Skip to content

Commit

Permalink
gas_price for connectivity tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Dec 16, 2023
1 parent 7b3e4e3 commit 246bf27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ pub fn report_missing_connectivity(
let transaction =
TransactionRequest::call(*CONNECTIVITY_TRACKER_HBBFT_CONTRACT_ADDRESS, send_data.0)
.gas(U256::from(200_000))
.gas_price(U256::from(10000000000u64))
.nonce(nonce);

info!(target:"engine", "early-epoch-end: sending report_missing_connectivity for with nonce: {nonce}, missing: {:?} ", missing_validator);
Expand Down

0 comments on commit 246bf27

Please sign in to comment.