Skip to content

Commit

Permalink
remove null descr on contract since sdk changed (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin committed Aug 19, 2022
1 parent 0ce07df commit 93f8d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/application/abi/algobank.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@
"desc": "Withdraw an amount of Algos held by this app. The sender of this method call will be the source of the Algos, and the destination will be the `recipient` argument. This may or may not be the same as the sender's address. This method will fail if the amount of Algos requested to be withdrawn exceeds the amount of Algos held by this app for the sender. The Algos will be transferred to the recipient using an inner transaction whose fee is set to 0, meaning the caller's transaction must include a surplus fee to cover the inner transaction."
}
],
"desc": null,
"networks": {}
}

0 comments on commit 93f8d95

Please sign in to comment.