Surface transaction logs in rpc client

This commit is contained in:
Michael Vines
2020-11-03 14:37:41 -08:00
parent 04c5e6cc48
commit 6d9ca0ae15
4 changed files with 81 additions and 13 deletions

View File

@ -1618,9 +1618,9 @@ pub(crate) fn fetch_epoch_rewards(
kind:
ClientErrorKind::RpcError(rpc_request::RpcError::RpcResponseError {
code: rpc_custom_error::JSON_RPC_SERVER_ERROR_BLOCK_NOT_AVAILABLE,
message: _,
..
}),
request: _,
..
}) => {
// RPC node doesn't have this block
break;