Lock zins inside z_sendmany async operation

This commit is contained in:
Duke
2025-05-18 14:47:43 -04:00
parent d18e246a92
commit bd730cb927
2 changed files with 51 additions and 0 deletions

View File

@@ -112,6 +112,11 @@ private:
bool main_impl();
void sign_send_raw_transaction(UniValue obj); // throws exception if there was an error
void lock_utxos();
void unlock_utxos();
void lock_notes();
void unlock_notes();
};