issues
search
CounterpartyXCP
/
counterparty-cli
Counterparty Protocol Command‐Line Interface
http://counterparty.io
MIT License
14
stars
57
forks
source link
Update deprecated pycoin syntax
#100
Closed
unsystemizer
closed
6 years ago
unsystemizer
commented
7 years ago
tx_from_hex
was deprecated in pycoin 0.60 (we're using 0.62); the new syntax is
from_hex
This is the only occurrence in this repo
Relevant pycoin commit:
https://github.com/richardkiss/pycoin/commit/6b80872e83b66bb030f5d357baeed5b5ad220ff7
Fixes the warning observed in #99
tx_from_hex
was deprecated in pycoin 0.60 (we're using 0.62); the new syntax isfrom_hex