Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
add to address asper web3.py
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Aug 15, 2023
1 parent 41990ab commit c306d14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def _attempt_send_specimen_finalize(self, chainId, blockHeight, timeout):
transaction = self.bspContract.functions.finalizeAndRewardSpecimenSession(
chainId, blockHeight
).buildTransaction(
{
{
"to": self.bspContractAddress,
"gas": self.gas,
"gasPrice": self.gasPrice,
"from": self.finalizer_address,
Expand Down Expand Up @@ -196,6 +197,7 @@ def _attempt_send_result_finalize(self, chainId, blockHeight, timeout):
chainId, blockHeight
).buildTransaction(
{
"to": self.brpContractAddress,
"gas": self.gas,
"gasPrice": self.gasPrice,
"from": self.finalizer_address,
Expand Down

0 comments on commit c306d14

Please sign in to comment.