Skip to content

Commit 83f2ccd

Browse files
jtimonrustyrussell
authored andcommitted
pylightning: Add new listtransactions command
[ FIXUP: Uninitialized var response used as context, changed to cmd --RR ]
1 parent 86b5b84 commit 83f2ccd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/pylightning/lightning/lightning.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,12 @@ def listfunds(self):
620620
"""
621621
return self.call("listfunds")
622622

623+
def listtransactions(self):
624+
"""
625+
Show wallet history
626+
"""
627+
return self.call("listtransactions")
628+
623629
def listinvoices(self, label=None):
624630
"""
625631
Show invoice {label} (or all, if no {label))

0 commit comments

Comments
 (0)