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

Commit 3af0d98

Browse files
authored
Merge pull request #2017 from OpenBazaar/ethheight
(#2007) Fix eth GetConfirmations height
2 parents a432a71 + 956e149 commit 3af0d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo/db/sales.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"encoding/json"
66
"errors"
77
"fmt"
8-
"strings"
98
"math/big"
9+
"strings"
1010
"sync"
1111
"time"
1212

vendor/github.com/OpenBazaar/go-ethwallet/wallet/wallet.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)