diff --git a/src/ch04-02-variables.md b/src/ch04-02-variables.md index 2708f46..6aa2d60 100644 --- a/src/ch04-02-variables.md +++ b/src/ch04-02-variables.md @@ -89,7 +89,7 @@ defining a complicated tuple type, simply space it out: ;; Change the value. (var-set high-score - {score: u10, who: (some tx-sender), at-height: block-height} + {score: u10, who: (some tx-sender), at-height: stacks-block-height} ) ;; Print the new value.