ganache-cli address same as instructor? ///* Lesson 5 ///* 4:22:00 #984
-
|
Hey guys i have a question about my test addresses, and private keys in the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello @oliveruf42 Summarizing, this is not a bug... is a feature. Hope this info might be helpful, best regards. Cromewar. |
Beta Was this translation helpful? Give feedback.
-
|
Ok cool ,thanks for the response !
…Sent from my iPhone
On Feb 8, 2022, at 7:15 AM, Vasiliy Gualoto ***@***.***> wrote:
Hello @oliveruf42
Don't worry about it, ganache creates the local blockchain which exists just on your computer and nowhere else, and setting up as deterministic gives everyone the exact same accounts and private keys, this is on purpose.
Let's suppose I'm working on a project and I want you to test it, in order to you for get the exact same results as I'm getting on my computer is necessary the variables remain the same, so if we use --deterministic we will reproduce the exact same results.
Summarizing, this is not a bug... is a feature.
Hope this info might be helpful, best regards. Cromewar.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
Hello @oliveruf42
Don't worry about it, ganache creates the local blockchain which exists just on your computer and nowhere else, and setting up as deterministic gives everyone the exact same accounts and private keys, this is on purpose.
Let's suppose I'm working on a project and I want you to test it, in order to you for get the exact same results as I'm getting on my computer is necessary the variables remain the same, so if we use
--deterministicwe will reproduce the exact same results.Summarizing, this is not a bug... is a feature.
Hope this info might be helpful, best regards. Cromewar.