Browse Source

Add missing import

patch-2
Neil Booth 6 years ago
parent
commit
bfa618c23b
  1. 1
      electrumx/lib/coins.py

1
electrumx/lib/coins.py

@ -31,6 +31,7 @@ necessary for appropriate handling.
''' '''
from collections import namedtuple from collections import namedtuple
import base64
import re import re
import struct import struct
from decimal import Decimal from decimal import Decimal

Loading…
Cancel
Save