Skip to content

Commit

Permalink
integrate taproot
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Mar 28, 2024
1 parent 2c3282c commit 6637d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmd/sided/cmd/genaccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ contain valid denominations. Accounts may optionally be supplied with vesting pa
}

addr, err = info.GetAddress()
fmt.Println("addrress:", addr)
if err != nil {
return fmt.Errorf("failed to get address from Keybase: %w", err)
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/sideprotocol/cosmos-sdk v0.47.112
github.com/cosmos/cosmos-sdk => github.com/sideprotocol/cosmos-sdk v0.47.115
//github.com/cosmos/cosmos-sdk => ../cosmos-sdk
github.com/cosmos/interchain-security/v3 => github.com/Stride-Labs/interchain-security/v3 v3.1.0-remove-validation-bug-7d3d9d
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -973,8 +973,8 @@ github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/sideprotocol/cosmos-sdk v0.47.112 h1:0USDgzz2IMGBPJtpYv4qkBey8qqfrkLjgZVzLSLcGV0=
github.com/sideprotocol/cosmos-sdk v0.47.112/go.mod h1:Ql8d4j8oRXssuNQfVIaa6LRo7VsFMJgSy2Qckd/dcr0=
github.com/sideprotocol/cosmos-sdk v0.47.115 h1:7249db6t1AKiTlyyg1jjKl6CFiN+4ae2/2Odza//cnk=
github.com/sideprotocol/cosmos-sdk v0.47.115/go.mod h1:Ql8d4j8oRXssuNQfVIaa6LRo7VsFMJgSy2Qckd/dcr0=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
Expand Down

0 comments on commit 6637d9d

Please sign in to comment.