From b9f01d027971ed187c3adef1e0b8e517d0dbf6c6 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Wed, 16 Oct 2019 16:01:14 +0200 Subject: [PATCH] Typo fixes --- raiden/network/rpc/client.py | 2 +- raiden/tests/integration/api/test_pythonapi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/raiden/network/rpc/client.py b/raiden/network/rpc/client.py index 8761d6877a..7591768cb4 100644 --- a/raiden/network/rpc/client.py +++ b/raiden/network/rpc/client.py @@ -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 diff --git a/raiden/tests/integration/api/test_pythonapi.py b/raiden/tests/integration/api/test_pythonapi.py index f7aa371d52..e8dada3610 100644 --- a/raiden/tests/integration/api/test_pythonapi.py +++ b/raiden/tests/integration/api/test_pythonapi.py @@ -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,