diff options
author | aaronbuchwald <[email protected]> | 2020-12-15 21:31:57 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-15 21:31:57 -0500 |
commit | 3f055c40405b44ba1e606578c08b1e8f0ca7e026 (patch) | |
tree | 6569bcfe3a62f3804a4f90b803b3d0d6cd96d732 /core/vm/opcodes.go | |
parent | 2d0a37c6490dc9a4ec36ee4ebbed01c790f0426a (diff) | |
parent | 7c758da302baf80775876008958ec77055ab953a (diff) |
Merge pull request #56 from ava-labs/mc-transfer
Mc transfer
Diffstat (limited to 'core/vm/opcodes.go')
-rw-r--r-- | core/vm/opcodes.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/vm/opcodes.go b/core/vm/opcodes.go index c5097f8..cc9518e 100644 --- a/core/vm/opcodes.go +++ b/core/vm/opcodes.go @@ -208,6 +208,7 @@ const ( SWAP ) +// Constants supporting native asset operations const ( BALANCEMC = 0xcd //EMC = 0xce |