Skip to content

Commit 0927e86

Browse files
committed
missed in conflict
1 parent a25fb25 commit 0927e86

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

utils/src/lib.rs

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,17 @@ impl SpamCmd {
157157
} = self;
158158

159159
let url: Url = rpc_url.parse()?;
160-
Spammer::new(url, *signer_index, *num_txs, *time, *rate, *blobs)?
161-
.run()
162-
.await
160+
Spammer::new(
161+
url,
162+
*signer_index,
163+
*num_txs,
164+
*time,
165+
*rate,
166+
*blobs,
167+
*chain_id,
168+
)?
169+
.run()
170+
.await
163171
}
164172
}
165173

0 commit comments

Comments
 (0)