Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed May 23, 2024
1 parent 397d37b commit 74312da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/valory/skills/learning_abci/behaviours.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def async_act(self) -> Generator:
self.set_done()

def get_tx_hash(self) -> Generator[None, None, Optional[str]]:
"""Get the transaction hash"""
# Send 1 wei to the agent
call_data = {VALUE_KEY: 1, TO_ADDRESS_KEY: self.params.transfer_target_address}

Expand Down

0 comments on commit 74312da

Please sign in to comment.