mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-20 00:51:39 +01:00
added better error handling
This commit is contained in:
@@ -1154,6 +1154,7 @@ func (b *EthereumRPC) SendRawTransaction(hex string, disableAlternativeRPC bool)
|
||||
if b.alternativeSendTxProvider.UseOnlyAlternativeProvider() {
|
||||
return txid, retErr
|
||||
}
|
||||
retErr = nil
|
||||
}
|
||||
|
||||
txid, retErr = b.callRpcStringResult("eth_sendRawTransaction", hex)
|
||||
|
||||
Reference in New Issue
Block a user