Raise bitcoin version.

This commit is contained in:
tecnovert
2019-11-28 23:51:47 +02:00
parent 9953a934a5
commit 388ada154e
5 changed files with 17 additions and 9 deletions

View File

@@ -4,7 +4,8 @@
# Distributed under the MIT software license, see the accompanying
# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php.
from enum import IntEnum, auto
from enum import IntEnum
class OpCodes(IntEnum):
OP_0 = 0x00,