Fix typos

This commit is contained in:
practicalswift
2018-01-18 17:50:35 +01:00
committed by Christian Decker
parent 7b6a16a3a6
commit aefc887521
6 changed files with 8 additions and 8 deletions

View File

@@ -301,7 +301,7 @@ class LightningDTests(BaseLightningDTests):
lsrc.rpc.sendpay(to_json([routestep]), rhash, async=False)
# This waits until gossipd sees channel_update in both directions
# (or for local channels, at least a local announcment)
# (or for local channels, at least a local announcement)
def wait_for_routes(self, l1, channel_ids):
bitcoind.generate_block(5)
# Could happen in any order...