Fixes wrong identation in Watcher

This commit is contained in:
Sergi Delgado Segura
2019-12-13 19:44:19 +01:00
parent 83c73d5df4
commit 63488cb69e

View File

@@ -115,8 +115,9 @@ class Watcher:
Returns:
:obj:`tuple`: A tuple signaling if the appointment has been added or not (based on ``max_appointments``).
The structure looks as follows:
- ``(True, signature)`` if the appointment has been accepted.
- ``(False, None)`` otherwise.
- ``(True, signature)`` if the appointment has been accepted.
- ``(False, None)`` otherwise.
"""
@@ -271,7 +272,8 @@ class Watcher:
Returns:
:obj:`dict`: A dictionary containing all the breaches flagged either as valid or invalid.
The structure is as follows:
``{locator, dispute_txid, penalty_txid, penalty_rawtx, valid_breach}``
``{locator, dispute_txid, penalty_txid, penalty_rawtx, valid_breach}``
"""
filtered_breaches = {}