Added contrib dir.

This commit is contained in:
tecnovert
2020-09-11 18:42:53 +02:00
parent 615b06cfa7
commit c48f35a12e
8 changed files with 9 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
import decimal
import json
import hashlib
from .segwit_addr import bech32_decode, convertbits, bech32_encode
from .contrib.segwit_addr import bech32_decode, convertbits, bech32_encode
COIN = 100000000
DCOIN = decimal.Decimal(COIN)