mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 06:14:47 -07:00
global: adding support for safe lengths
This commit is contained in:
@@ -297,8 +297,7 @@ impl Client {
|
||||
Ok(raw) => {
|
||||
out.insert(*txid, raw);
|
||||
}
|
||||
Err(Error::CorepcRPC(JsonRpcError::Rpc(rpc)))
|
||||
if rpc.code == RPC_NOT_FOUND => {}
|
||||
Err(Error::CorepcRPC(JsonRpcError::Rpc(rpc))) if rpc.code == RPC_NOT_FOUND => {}
|
||||
Err(e) => {
|
||||
debug!(txid = %txid, error = %e, "getrawtransaction batch: item failed")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user