Skip to content

Commit

Permalink
test: retry and verify reg upload during reward test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Oct 18, 2023
1 parent bd05157 commit 1188fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_node/tests/nodes_rewards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async fn nodes_rewards_for_register_notifs_over_gossipsub() -> Result<()> {
let handle = spawn_transfer_notifs_listener("https://127.0.0.1:12001".to_string());

let _register = client
.create_and_pay_for_register(register_addr, &mut wallet_client, false)
.create_and_pay_for_register(register_addr, &mut wallet_client, true)
.await?;
println!("Random Register created");

Expand Down

0 comments on commit 1188fba

Please sign in to comment.