Skip to content

Commit

Permalink
[fix]: config usage in example
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com>
  • Loading branch information
0x009922 committed Apr 22, 2024
1 parent 5d6acea commit 1aa3bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/examples/register_1000_triggers.rs
Expand Up @@ -59,9 +59,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {

let chain_id = get_chain_id();
let mut configuration = get_config(
&unique_vec![peer.id.clone()],
Some(chain_id.clone()),
Some(peer.key_pair.clone()),
unique_vec![peer.id.clone()],
chain_id.clone(),
peer.key_pair.clone(),
);

// Increase executor limits for large genesis
Expand Down

0 comments on commit 1aa3bf6

Please sign in to comment.