Skip to content

Commit 10c1629

Browse files
committed
fix: error in docs example
1 parent 39e5135 commit 10c1629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/src/vm/docs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2662,7 +2662,7 @@ the contract. When `"*"` is used for the token name, the allowance applies to
26622662
(define-fungible-token stackaroo)
26632663
(ft-mint? stackaroo u200 tx-sender)
26642664
(restrict-assets? tx-sender
2665-
((with-ft current-contract "stackaroo" u50))
2665+
((with-ft current-contract "stackaroo" u100))
26662666
(try! (ft-transfer? stackaroo u100 tx-sender 'SPAXYA5XS51713FDTQ8H94EJ4V579CXMTRNBZKSF))
26672667
) ;; Returns (ok true)
26682668
(restrict-assets? tx-sender

0 commit comments

Comments
 (0)