Add z_sweepstatus RPC
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user