Add StakeInstruction::Merge logging

This commit is contained in:
Michael Vines
2021-01-21 09:59:24 -08:00
parent a395037671
commit ff22091a98
3 changed files with 256 additions and 66 deletions

View File

@ -256,6 +256,7 @@ impl RpcClient {
for (i, log) in logs.iter().enumerate() {
debug!("{:>3}: {}", i + 1, log);
}
debug!("");
}
}
return Err(err);