getcanoe / canoe

Canoe is a Nano Wallet heavily based on the MIT licensed Copay wallet from Bitpay
https://getcanoe.io
MIT License
142 stars 28 forks source link

Issue with long time pocketing #305

Closed gokr closed 5 years ago

gokr commented 5 years ago

This was an issue we have had for some time, now fixed. It was a bug in handleIncomingBlock that tried to check if the block already existed - causing an Exception if the sending account was an account from another wallet. Probably slipped through since we devs often test by sending from one account to another in the same wallet.