Skip to content

Commit

Permalink
Fix docs formatting
Browse files Browse the repository at this point in the history
Signed-off-by: alfred richardsn <rchrdsn@protonmail.ch>
  • Loading branch information
r4rdsn committed Nov 21, 2019
1 parent 0d58927 commit ae0c224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/escrow/blockchain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def transfer(self, to: str, amount: Decimal, asset: str) -> str:
async def is_block_confirmed(
self, block_num: int, op: typing.Mapping[str, typing.Any]
) -> bool:
"""Check if block #``block_num`` has ``op`` after confirmation.
"""Check if block # ``block_num`` has ``op`` after confirmation.
Check block on blockchain-specific conditions to consider it confirmed.
Expand Down

0 comments on commit ae0c224

Please sign in to comment.