PeerAssets / pypeerassets

Reference implementation of the PeerAssets protocol.
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

RpcNode object has no attribute 'network_p2th' #78

Closed saeveritt closed 6 years ago

saeveritt commented 6 years ago

https://github.com/PeerAssets/pypeerassets/blob/8cde356ce51384c1c3e5a8923a1ea7c4e264000b/pypeerassets/provider/rpcnode.py#L31

AttributeError: 'RpcNode' object has no attribute 'network_p2th'

peerchemist commented 6 years ago

Try: provider.pa_parameters.P2TH_addr

saeveritt commented 6 years ago

Issue solved.