Merge pull request #101 from 0glabs/wrapped-a0gi-base

fix: wa0gi key
This commit is contained in:
MiniFrenchBread 2025-01-15 16:00:39 +08:00 committed by GitHub
commit f04c87506b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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