Skip to content

Commit

Permalink
Update docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/basics/…
Browse files Browse the repository at this point in the history
…get-balance.md

Co-authored-by: Dr-Electron <[email protected]>
  • Loading branch information
lucas-tortora and Dr-Electron authored Mar 18, 2024
1 parent f4142be commit 46718be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ contract GetBalance {
event GotAgentID(bytes agentID);
event GotBaseBalance(uint64 baseBalance);
event GotNativeTokenBalance(uint256 nativeTokenBalance);
event GotNFTIDs(uint256 nftBalance)
event GotNFTIDs(uint256 nftBalance);
function getBalance(bytes nativeTokenID) public {
function getBalance(bytes memory nativeTokenID) public {
ISCAgentID memory agentID = ISC.sandbox.getSenderAccount();
emit GotAgentID(agentID.data);
Expand Down

0 comments on commit 46718be

Please sign in to comment.