Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid account generation #132

Closed
kariy opened this issue Nov 18, 2024 · 1 comment
Closed

Invalid account generation #132

kariy opened this issue Nov 18, 2024 · 1 comment
Assignees

Comments

@kariy
Copy link
Member

kariy commented Nov 18, 2024

slot deployments accounts displays the wrong predeployed accounts than what was actually generated in the Katana instance.

None => {
let accounts = DevAllocationsGenerator::new(10)
.with_seed(parse_seed(&config.seed))
.generate();
let mut genesis = Genesis::default();
genesis
.extend_allocations(accounts.into_iter().map(|(k, v)| (k, v.into())));
print_genesis_accounts(genesis.accounts().peekable(), Some(&config.seed));
}
};

@kariy kariy self-assigned this Nov 18, 2024
@kariy
Copy link
Member Author

kariy commented Nov 19, 2024

resolved in #135

@kariy kariy closed this as completed Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant