fix: wa0gi key

This commit is contained in:
MiniFrenchBread 2025-01-15 15:50:02 +08:00
parent 0a79fe53a2
commit 65a4f9128b

View File

@ -19,7 +19,7 @@ var (
MinterSupplyKeyPrefix = []byte{0x01} MinterSupplyKeyPrefix = []byte{0x01}
// keys // keys
WA0GIKey = []byte{0x00} WA0GIKey = []byte{0x02}
) )
func GetMinterKeyFromAccount(account string) ([]byte, error) { func GetMinterKeyFromAccount(account string) ([]byte, error) {