Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP authored and palango committed Oct 17, 2019
1 parent a8f1664 commit b9f01d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raiden/network/rpc/client.py
Expand Up @@ -605,7 +605,7 @@ def poll(self, transaction_hash: TransactionHash) -> Dict[str, Any]:
""" Wait until the `transaction_hash` is mined, confirmed, handling
reorgs.
Consider the following reorg, were a transaction is mined at block B,
Consider the following reorg, where a transaction is mined at block B,
but it is not mined in the canonical chain A-C-D:
A -> B D
Expand Down
2 changes: 1 addition & 1 deletion raiden/tests/integration/api/test_pythonapi.py
Expand Up @@ -117,7 +117,7 @@ def test_raidenapi_channel_lifecycle(
settle_timeout=lowest_valid_settle_timeout - 1,
)

# Make sure a the smallest settle timeout is accepted
# Make sure the smallest settle timeout is accepted
api1.channel_open(
registry_address=node1.raiden.default_registry.address,
token_address=token_address,
Expand Down

0 comments on commit b9f01d0

Please sign in to comment.