| 315 | } |
| 316 | |
| 317 | bool WalletBatch::WriteSpecificBlindingKey(const CScriptID& scriptid, const uint256& key) { |
| 318 | return WriteIC(std::make_pair(std::string("specificblindingkey"), scriptid), key); |
| 319 | } |
| 320 | // end ELEMENTS |
| 321 | |
| 322 | bool WalletBatch::WriteLockedUTXO(const COutPoint& output) |
no outgoing calls
no test coverage detected