You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
@saeveritt good catch, using the "experimental btcpy" (a.k.a. PeerAssets/btcpy@master) make_raw_transaction is hard coded to just use Bitcoin Transactions at the moment. I'll write a test and make a patch in #121 to either pass network params or otherwise let callers signal the Transaction Class they're working with :)
We need to pass network parameters to
make_raw_transaction
intransactions.py
or choose betweenTransaction and PeercoinTx appropriately.
Inside peerassets-btcpty transaction structs there are two classes,
Transaction
andPeercoinTx
.https://github.com/PeerAssets/pypeerassets/blob/master/pypeerassets/transactions.py#L66
The text was updated successfully, but these errors were encountered: