Skip to content

Commit

Permalink
Merge pull request #27 from ElrondNetwork/callType-execOnDestByCaller
Browse files Browse the repository at this point in the history
CallType exec on destionation by caller
  • Loading branch information
sasurobert authored Nov 5, 2021
2 parents bf7e879 + 1bcb89a commit 53ffc26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/vm/callType.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ const (
// ESDTTransferAndExecute means that there is a smart contract execution after the ESDT transfer
// this is needed in order to skip the check whether a contract is payable or not
ESDTTransferAndExecute

// ExecOnDestByCaller means that the call is an invocation of a built in function / smart contract from
// another smart contract but the caller is from the previous caller
ExecOnDestByCaller
)

0 comments on commit 53ffc26

Please sign in to comment.