Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fixes #5113

Merged
merged 1 commit into from Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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