vm: remove XSWAP/XTUCK opcodes

Regenerate RPC testchain as these were used in compiler.
This commit is contained in:
Evgenii Stratonikov 2020-05-06 12:16:10 +03:00
parent d18199ce42
commit dd20320615
7 changed files with 62 additions and 142 deletions

View file

@ -92,8 +92,6 @@ const (
DUPFROMALTSTACK Opcode = 0x6A
TOALTSTACK Opcode = 0x6B
FROMALTSTACK Opcode = 0x6C
XSWAP Opcode = 0x72
XTUCK Opcode = 0x73
// Splice
CAT Opcode = 0x7E