Use an increased modifier for posting aggregation in case node is the last node and needs more gas for additoinal logic of being the last node to submit aggregated transcript.

Basically a race condition for who will be last.
pull/3396/head
derekpierre 2024-01-16 16:18:08 -05:00 committed by Derek Pierre
parent 0d71361f88
commit 8a341dd87c
1 changed files with 1 additions and 0 deletions

View File

@ -910,6 +910,7 @@ class CoordinatorAgent(EthereumContractAgent):
)
receipt = self.blockchain.send_transaction(
contract_function=contract_function,
gas_estimation_multiplier=1.4,
transacting_power=transacting_power,
fire_and_forget=fire_and_forget,
)