| 1483 | } |
| 1484 | |
| 1485 | void CWallet::UnsetBlankWalletFlag(WalletBatch& batch) |
| 1486 | { |
| 1487 | UnsetWalletFlagWithDB(batch, WALLET_FLAG_BLANK_WALLET); |
| 1488 | } |
| 1489 | |
| 1490 | bool CWallet::IsWalletFlagSet(uint64_t flag) const |
| 1491 | { |
no outgoing calls
no test coverage detected