mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Raise bitcoin version.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user