You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered a discrepancy in the Tezos wallet address generation process using my Python script compared to importing the seed words into Kukai or Temple wallets.
When I generate a wallet using the provided code, the resulting public account address is tz1cnQZXoznhduu4MVWfJF6GSyP6mMHMbbWa. However, when I import the seed words into Kukai or Temple wallets, the generated public account address is tz1V5G3Zu6k2pev8kkMqVwP5DaPgaD1SjbrX.
# Returned with my code:
# tz1: tz1cnQZXoznhduu4MVWfJF6GSyP6mMHMbbWa
# tz2: tz2AnZmsufxfSLv1a8HoDC88NnFZ5h7Vtfz8
# tz3: tz3beHedJ2um8dp2BKRP4KcPSmos4wsNnith
I've encountered a discrepancy in the Tezos wallet address generation process using my Python script compared to importing the seed words into Kukai or Temple wallets.
When I generate a wallet using the provided code, the resulting public account address is
tz1cnQZXoznhduu4MVWfJF6GSyP6mMHMbbWa
. However, when Iimport
the seed words into Kukai or Temple wallets, the generated public account address istz1V5G3Zu6k2pev8kkMqVwP5DaPgaD1SjbrX
.The text was updated successfully, but these errors were encountered: