| 942 | } |
| 943 | |
| 944 | bool LegacyScriptPubKeyMan::AddWatchOnly(const CScript& dest) |
| 945 | { |
| 946 | WalletBatch batch(m_storage.GetDatabase()); |
| 947 | return AddWatchOnlyWithDB(batch, dest); |
| 948 | } |
| 949 | |
| 950 | bool LegacyScriptPubKeyMan::AddWatchOnly(const CScript& dest, int64_t nCreateTime) |
| 951 | { |