PeerAssets / pypeerassets

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

Instance self reference and __init__ condition #5

Closed saeveritt closed 7 years ago

saeveritt commented 7 years ago

Fix instance reference to self: Maintain consistency of instance reference.

Fix logical if condition for no inputs: Kutil(privkey=....) was being overwritten due to this logical statement allowing for the creation of a new blank instance of PrivateKey()