Skip to content

Commit

Permalink
shell for a Payment Class for issue renepickhardt#20
Browse files Browse the repository at this point in the history
  • Loading branch information
sebulino committed Jun 1, 2022
1 parent 84b2bb2 commit ca5ec75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.DS_Store
__pycache__
.idea
pickhardtpayments/pickhardtpayments.egg-info
__pycache__
docs

# not including large file with Channel Graph
# too large to upload
listchannels*.json

# exclude log file
Expand Down
2 changes: 1 addition & 1 deletion pickhardtpayments/Payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ def successful(self, value):
:param value: True if Payment settled successfully, else False.
:type: bool
"""
self._successful = value
self._successful = value

0 comments on commit ca5ec75

Please sign in to comment.