| 1533 | } |
| 1534 | |
| 1535 | bool LegacyScriptPubKeyMan::AddCScript(const CScript& redeemScript) |
| 1536 | { |
| 1537 | WalletBatch batch(m_storage.GetDatabase()); |
| 1538 | return AddCScriptWithDB(batch, redeemScript); |
| 1539 | } |
| 1540 | |
| 1541 | bool LegacyScriptPubKeyMan::AddCScriptWithDB(WalletBatch& batch, const CScript& redeemScript) |
| 1542 | { |
no outgoing calls