Update beacon_node/lighthouse_network/src/rpc/methods.rs

This commit is contained in:
realbigsean
2023-01-24 12:20:40 +01:00
committed by GitHub
parent b658cc7aaf
commit 5b4cd997d0

View File

@@ -360,7 +360,7 @@ impl<T: EthSpec> RPCCodedResponse<T> {
2 => RPCResponseErrorCode::ServerError,
3 => RPCResponseErrorCode::ResourceUnavailable,
139 => RPCResponseErrorCode::RateLimited,
142 => RPCResponseErrorCode::BlobsNotFoundForBlock,
140 => RPCResponseErrorCode::BlobsNotFoundForBlock,
_ => RPCResponseErrorCode::Unknown,
};
RPCCodedResponse::Error(code, err)