| 3705 | } |
| 3706 | |
| 3707 | void CWallet::AddActiveScriptPubKeyMan(uint256 id, OutputType type, bool internal) |
| 3708 | { |
| 3709 | WalletBatch batch(GetDatabase()); |
| 3710 | return AddActiveScriptPubKeyManWithDb(batch, id, type, internal); |
| 3711 | } |
| 3712 | |
| 3713 | void CWallet::AddActiveScriptPubKeyManWithDb(WalletBatch& batch, uint256 id, OutputType type, bool internal) |
| 3714 | { |
no outgoing calls