Skip to content

Commit

Permalink
fix GetBalance.sol contract (#1632)
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman authored Jun 25, 2024
1 parent 8aac9da commit 66e06b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ contract GetBalance {
emit GotNativeTokenBalance(nativeTokens);
uint256 nfts = ISC.accounts.getL2NFTAmount(agentID);
emit GotNativeTokenBalance(nfts);
emit GotNFTIDs(nfts);
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ contract GetBalance {
emit GotNativeTokenBalance(nativeTokens);
uint256 nfts = ISC.accounts.getL2NFTAmount(agentID);
emit GotNativeTokenBalance(nfts);
emit GotNFTIDs(nfts);
}
}
```
Expand Down

0 comments on commit 66e06b0

Please sign in to comment.