added better error handling

This commit is contained in:
etimofeeva
2025-09-23 11:55:48 +02:00
parent 4b09caeec9
commit 7b1a7b199d

View File

@@ -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)