mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
pyln: Remove unused conversion method containing a breakpoitn
This commit is contained in:
parent
b5c614069b
commit
4c68f2eb1a
@ -11,9 +11,6 @@ def hexlify(b):
|
||||
def amount2msat(a):
|
||||
return a.msat
|
||||
|
||||
def amount_or_all2msat(a):
|
||||
breakpoint()
|
||||
|
||||
|
||||
def remove_default(d):
|
||||
# grpc is really not good at empty values, they get replaced with the type's default value...
|
||||
|
Loading…
Reference in New Issue
Block a user