jtoomim / p2pool

Peer-to-peer Bitcoin mining pool
https://github.com/jtoomim/p2pool/
GNU General Public License v3.0
37 stars 45 forks source link

Check that ismine attribute is present #65

Closed mansilladev closed 2 years ago

mansilladev commented 2 years ago

validateaddress call may not always return ismine attribute, so this just checks that attribute is present before using in comparison. If you have a data/litecoin/cached_payout_address file in place, then it's likely you've run into an exception error that this fix addresses.