Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed May 25, 2021
1 parent 79121db commit b00ccc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
coverage==5.5
flake8==3.9.1
flake8==3.9.2
pytest-sugar==0.9.4
pytest==6.2.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cached-property==1.5.2 ; python_version < "3.8"
colorama==0.4.4
gnosis-py==2.9.2
gnosis-py==3.0.3
packaging>=20.9
prompt_toolkit==3.0.18
pyfiglet==0.8.post1
Expand Down
1 change: 1 addition & 0 deletions safe_cli/safe_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ def post_transaction_to_relay_service(self, to: str, value: int, data: bytes,
safe_tx.gas_price = estimation['gasPrice']
safe_tx.safe_nonce = estimation['lastUsedNonce'] + 1
safe_tx.refund_receiver = estimation['refundReceiver']
safe_tx.gas_token = gas_token
self.sign_transaction(safe_tx)
transaction_data = self.safe_relay_service.send_transaction(self.address, safe_tx)
tx_hash = transaction_data['txHash']
Expand Down

0 comments on commit b00ccc8

Please sign in to comment.