| 311 | } |
| 312 | |
| 313 | bool WalletBatch::WriteBlindingDerivationKey(const uint256& key) { |
| 314 | return WriteIC(std::string("blindingderivationkey"), key); |
| 315 | } |
| 316 | |
| 317 | bool WalletBatch::WriteSpecificBlindingKey(const CScriptID& scriptid, const uint256& key) { |
| 318 | return WriteIC(std::make_pair(std::string("specificblindingkey"), scriptid), key); |
no outgoing calls
no test coverage detected