Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/eth_txn_prefix' into mobile-ethe…
Browse files Browse the repository at this point in the history
…reum
  • Loading branch information
drwasho committed Nov 4, 2019
2 parents 59b83f0 + 33d3824 commit 0bd534a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion net/service/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ func (service *OpenBazaarService) handleOrderCompletion(p peer.ID, pmes *pb.Mess
outValue := big.NewInt(0)
for _, r := range records {
if !r.Spent && r.Value.Cmp(big.NewInt(0)) > 0 {
outpointHash, err := hex.DecodeString(ut.NormalizeAddress(r.Txid))
outpointHash, err := hex.DecodeString(r.Txid)
if err != nil {
return nil, err
}
Expand Down
20 changes: 20 additions & 0 deletions vendor/github.com/OpenBazaar/go-ethwallet/util/util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions vendor/github.com/OpenBazaar/go-ethwallet/wallet/wallet.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bd534a

Please sign in to comment.