File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
"github.com/blocktree/openwallet/v2/openwallet"
34
34
"github.com/blocktree/openwallet/v2/walletnode"
35
35
"github.com/bndr/gotabulate"
36
- "github.com/btcsuite/btcutil/hdkeychain"
36
+ "github.com/btcsuite/btcd/ btcutil/hdkeychain"
37
37
"github.com/codeskyblue/go-sh"
38
38
"github.com/shopspring/decimal"
39
39
)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
"github.com/blocktree/openwallet/v2/openwallet"
34
34
"github.com/blocktree/openwallet/v2/walletnode"
35
35
"github.com/bndr/gotabulate"
36
- "github.com/btcsuite/btcutil/hdkeychain"
36
+ "github.com/btcsuite/btcd/ btcutil/hdkeychain"
37
37
"github.com/codeskyblue/go-sh"
38
38
"github.com/shopspring/decimal"
39
39
)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
34
34
"github.com/blocktree/openwallet/v2/log"
35
35
"github.com/blocktree/openwallet/v2/openwallet"
36
36
"github.com/bndr/gotabulate"
37
- "github.com/btcsuite/btcutil/hdkeychain"
37
+ "github.com/btcsuite/btcd/ btcutil/hdkeychain"
38
38
"github.com/shopspring/decimal"
39
39
40
40
//"github.com/go-ethereum/crypto/secp256k1"
@@ -49,7 +49,7 @@ const (
49
49
50
50
var (
51
51
coinDecimal = decimal .New (10 , 17 )
52
- coinDecimal_float64 = 1E18
52
+ coinDecimal_float64 = 1e18
53
53
)
54
54
55
55
type WalletManager struct {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
32
32
"github.com/blocktree/openwallet/v2/log"
33
33
"github.com/blocktree/openwallet/v2/openwallet"
34
34
"github.com/bndr/gotabulate"
35
- "github.com/btcsuite/btcutil/hdkeychain"
35
+ "github.com/btcsuite/btcd/ btcutil/hdkeychain"
36
36
"github.com/shopspring/decimal"
37
37
"github.com/tidwall/gjson"
38
38
"golang.org/x/crypto/blake2b"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ require (
11
11
github.com/blocktree/go-owcrypt v1.1.1
12
12
github.com/bndr/gotabulate v1.1.2
13
13
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
14
- github.com/btcsuite/btcd v0.20.1-beta // indirect
15
- github.com/btcsuite/btcutil v0.0.0-20191219182022-e17c9730c422
14
+ github.com/btcsuite/btcd v0.23.1 // indirect
15
+ github.com/btcsuite/btcd/ btcutil v1.1.0
16
16
github.com/bwmarrin/snowflake v0.3.0
17
17
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
18
18
github.com/couchbase/go-couchbase v0.0.0-20191217190632-b2754d72cc98
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"encoding/hex"
20
20
"github.com/blocktree/go-owcdrivers/owkeychain"
21
21
"github.com/blocktree/openwallet/v2/crypto"
22
- "github.com/btcsuite/btcutil/hdkeychain"
22
+ "github.com/btcsuite/btcd/ btcutil/hdkeychain"
23
23
)
24
24
25
25
var (
You can’t perform that action at this time.
0 commit comments