Skip to content

Commit c582830

Browse files
committed
remove missed .Hash from common.Address
1 parent 6c0beea commit c582830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mintcmd/superrare_bid.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func bidSuperRare(_ *cobra.Command, _ []string) {
123123
log.Errorf("❌ getting address from public key failed | key: %v", mintWallet.privateKey.PublicKey)
124124
}
125125

126-
mintWallet.color = style.GenerateColorWithSeed(mintWallet.address.Hash().Big().Int64())
126+
mintWallet.color = style.GenerateColorWithSeed(mintWallet.address.Big().Int64())
127127
mintWallet.tag = lipgloss.NewStyle().Foreground(mintWallet.color).Render(style.ShortenAdressPTR(mintWallet.address))
128128

129129
availableWallets = append(availableWallets, mintWallet)

0 commit comments

Comments
 (0)