From 63488cb69eaad1a3645b40806f90e3e431078ff1 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Fri, 13 Dec 2019 19:44:19 +0100 Subject: [PATCH] Fixes wrong identation in Watcher --- pisa/watcher.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pisa/watcher.py b/pisa/watcher.py index c2a797c..15797b0 100644 --- a/pisa/watcher.py +++ b/pisa/watcher.py @@ -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 = {}