Skip to content

Commit

Permalink
fixing after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurobert committed Aug 22, 2024
1 parent 0032ebe commit 7046731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmhost/vmhooks/baseOps.go
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ func TransferESDTNFTExecuteWithTypedArgs(
SenderForExec: sender,
}
gasLimitForExec, executeErr := output.TransferESDT(transfersArgs, contractCallInput)
if err != nil {
if executeErr != nil {
FailExecution(host, executeErr)
return 1
}
Expand Down

0 comments on commit 7046731

Please sign in to comment.