Skip to content

Commit

Permalink
transfer ensure bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zsluedem committed Apr 16, 2020
1 parent 033fa96 commit 3518190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rchain/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@RevVault!("findOrCreate", "$from", *vaultCh) |
@RevVault!("findOrCreate", "$to", *toVaultCh) |
@RevVault!("deployerAuthKey", *deployerId, *revVaultKeyCh) |
for (@(true, vault) <- vaultCh; key <- revVaultKeyCh; @(true, toVault) <- toVaultCh;) {
for (@(true, vault) <- vaultCh; key <- revVaultKeyCh; @(true, toVault) <- toVaultCh) {
@vault!("transfer", "$to", $amount, *key, *resultCh) |
for (_ <- resultCh) { Nil }
}
Expand Down

0 comments on commit 3518190

Please sign in to comment.