Skip to content

Commit

Permalink
fix: removed repeated line
Browse files Browse the repository at this point in the history
Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
  • Loading branch information
carlosvdr committed Nov 7, 2023
1 parent 10bf831 commit 639c1ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/local_contract_calls.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class ReceiptAggregateVoucher(EIP712Message):
print("Approving escrow contracts")
erc20.functions.approve(ESCROW_ADDRESS, 10000).transact({"from": GATEWAY})
erc20.functions.approve(ESCROW_ADDRESS, 10000).transact({"from": SIGNER})
erc20.functions.approve(ESCROW_ADDRESS, 10000).transact({"from": SIGNER})
print("Making sure all addresses have available founds")
erc20.functions.transfer(SIGNER, 500).transact({"from": GATEWAY})
erc20.functions.transfer(RECEIVER, 500).transact({"from": GATEWAY})
Expand Down

0 comments on commit 639c1ae

Please sign in to comment.