diff --git a/vendor/github.com/OpenBazaar/go-ethwallet/wallet/wallet.go b/vendor/github.com/OpenBazaar/go-ethwallet/wallet/wallet.go index 67eb258a06..da75cbf5f9 100644 --- a/vendor/github.com/OpenBazaar/go-ethwallet/wallet/wallet.go +++ b/vendor/github.com/OpenBazaar/go-ethwallet/wallet/wallet.go @@ -950,6 +950,8 @@ func (wallet *EthereumWallet) callAddTransaction(script EthRedeemScript, value * script.Moderator, script.Threshold, script.Timeout, shash, script.TxnID) if err == nil { h = tx.Hash() + } else { + return h, 0, err } txns = append(txns, wi.Txn{