Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawit committed May 20, 2020
1 parent 547eef8 commit 2476e07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain/cmd/bandcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func main() {
config := sdk.GetConfig()
app.SetBech32AddressPrefixesAndBip44CoinType(config)
if viper.GetBool(flagCosmosHDPath) {
fmt.Println("HERE!")
config.SetCoinType(sdk.CoinType)
}
config.Seal()
Expand Down

0 comments on commit 2476e07

Please sign in to comment.