Skip to content

Commit

Permalink
Merge pull request #5 from NpoolPlatform/bugfix/change-testhrp
Browse files Browse the repository at this point in the history
change test hrp
  • Loading branch information
EntropyPool authored Mar 26, 2024
2 parents 232a143 + 8b9ff51 commit bc6817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/coins/smh/sign/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func signTx(ctx context.Context, in []byte, tokenInfo *coins.TokenInfo) (out []b
if info.BaseInfo.ENV == coins.CoinNetMain {
hrp = account.MainHRP
} else {
hrp = account.StandaloneHRP
hrp = account.TestHRP
}
types.SetNetworkHRP(hrp)

Expand Down

0 comments on commit bc6817f

Please sign in to comment.