diff --git a/bchain/coins/eth/ethrpc.go b/bchain/coins/eth/ethrpc.go index c054f415..91306396 100644 --- a/bchain/coins/eth/ethrpc.go +++ b/bchain/coins/eth/ethrpc.go @@ -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)