mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-08 22:51:11 +00:00
Since the only remaining isminetypes are ISMINE_NO and ISMINE_SPENDABLE, this enum is now just a bool and can be removed. IsMine is changed to return a bool and any usage of isminetypes and isminefilters are changed to be the remaining ISMINE_SPENDABLE case.