-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid type for amount in wipeTokenAccount
function argument
#85
Comments
Shungy
changed the title
Invalid type for amoun in
Invalid type for amount in Oct 7, 2022
wipeTokenAccount
function argumentwipeTokenAccount
function argument
@georgi-l95 let's see if this impacts #99 |
It makes sense to be uint64 and maybe we should change it with PR #99 from uint32 to int64, but that means that we have to change it in services and in docs as well. |
2 tasks
2 tasks
Resolved in services repo. Will be resolved here as well in PR #99 . |
Closed
Kalina-Todorova
moved this from Sprint BackLog
to In Progress
in Smart Contract Sprint Board
Nov 23, 2022
Merged
Fixed in #151 |
Repository owner
moved this from In Progress
to Done
in Smart Contract Sprint Board
Dec 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hedera-smart-contracts/contracts/hts-precompile/HederaTokenService.sol
Line 520 in 30404a3
It should be uint64, not uint32.
The text was updated successfully, but these errors were encountered: