vm: remove XSWAP/XTUCK opcodes
Regenerate RPC testchain as these were used in compiler.
This commit is contained in:
parent
d18199ce42
commit
dd20320615
7 changed files with 62 additions and 142 deletions
|
@ -92,8 +92,6 @@ const (
|
|||
DUPFROMALTSTACK Opcode = 0x6A
|
||||
TOALTSTACK Opcode = 0x6B
|
||||
FROMALTSTACK Opcode = 0x6C
|
||||
XSWAP Opcode = 0x72
|
||||
XTUCK Opcode = 0x73
|
||||
|
||||
// Splice
|
||||
CAT Opcode = 0x7E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue