Add z_sweepstatus RPC

This commit is contained in:
Jonathan "Duke" Leto
2022-08-27 10:35:08 -07:00
parent 02ef714901
commit 4aedeb557b
5 changed files with 50 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ void AsyncRPCOperation_sweep::main() {
set_state(OperationStatus::FAILED);
}
std::string s = strprintf("%s: Sapling Sweep transaction created. (status=%s", getId(), getStateAsString());
std::string s = strprintf("%s: Sweep transaction created. (status=%s", getId(), getStateAsString());
if (success) {
s += strprintf(", success)\n");
} else {