Surface transaction logs in rpc client (#13376)

(cherry picked from commit 6d9ca0ae15)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-11-04 02:12:46 +00:00
committed by GitHub
parent 2e9b501355
commit 62db7f6562
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;