Skip to content

Commit

Permalink
[fix]: chore
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Mar 19, 2024
1 parent d3bf74a commit a11265b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/examples/million_accounts_genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ fn main_genesis() {
.genesis
.key_pair()
.expect("should be available in the config; probably a bug"),
)
.expect("genesis creation failed");
);

let builder = PeerBuilder::new()
.with_into_genesis(genesis)
Expand Down

0 comments on commit a11265b

Please sign in to comment.