Add logging for the locking+unlocking of zins
This commit is contained in:
@@ -124,6 +124,7 @@ AsyncRPCOperation_sendmany::AsyncRPCOperation_sendmany(
|
||||
//lock_utxos();
|
||||
// Lock shielded input notes
|
||||
lock_notes();
|
||||
LogPrint("zrpc", "%s: z_sendmany input notes locked\n", getId());
|
||||
}
|
||||
|
||||
AsyncRPCOperation_sendmany::~AsyncRPCOperation_sendmany() {
|
||||
@@ -193,6 +194,7 @@ void AsyncRPCOperation_sendmany::main() {
|
||||
|
||||
//unlock_utxos(); // clean up
|
||||
unlock_notes(); // clean up
|
||||
LogPrint("zrpc", "%s: z_sendmany input notes unlocked\n", getId());
|
||||
}
|
||||
|
||||
// Notes:
|
||||
|
||||
Reference in New Issue
Block a user