Skip to content
  • Pieter Wuille's avatar
    Add support for watch-only addresses · 7a0542fa
    Pieter Wuille authored and rat4's avatar rat4 committed
    Changes:
    * Add Add/Have WatchOnly methods to CKeyStore, and implementations
      in CBasicKeyStore.
    * Add similar methods to CWallet, and support entries for it in
      CWalletDB.
    * Make IsMine in script/wallet return a new enum 'isminetype',
      rather than a boolean. This allows distinguishing between
      spendable and unspendable coins.
    * Add a field fSpendable to COutput (GetAvailableCoins' return type).
    * Mark watchonly coins in listunspent as 'watchonly': true.
    * Add 'watchonly' to validateaddress, suppressing script/pubkey/...
      in this case.
    
    Based on a patch by Eric Lombrozo.
    
    Conflicts:
    	src/keystore.cpp
    	src/keystore.h
    	src/rpcclient.cpp
    	src/rpcserver.cpp
    	src/rpcserver.h
    	src/wallet.cpp
    	src/wallet.h
    7a0542fa