Skip to content

Commit

Permalink
Merge pull request #1207 from javiermanzano/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Nov 2, 2021
2 parents b396f07 + ea5cd9d commit 2b9ff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/06-marketplace-compose.mdx
Expand Up @@ -91,7 +91,7 @@ pub fun main() {
log(acct2ReceiverRef.balance)
// verify that the balances are correct
if acct1ReceiverRef.balance != 40.0 || acct2ReceiverRef.balance != 40.0 {
if acct1ReceiverRef.balance != 40.0 || acct2ReceiverRef.balance != 20.0 {
panic("Wrong balances!")
}
Expand Down

0 comments on commit 2b9ff0d

Please sign in to comment.