1
0

simnet/testnet support in bolt11, set max-htlc-value-in-flight

This commit is contained in:
Janus
2018-04-23 15:11:56 +02:00
committed by ThomasV
parent fd7469745e
commit 1ffaed718c
4 changed files with 36 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ class TestBolt11(unittest.TestCase):
# Roundtrip
for t in tests:
o = lndecode(lnencode(t, PRIVKEY))
o = lndecode(lnencode(t, PRIVKEY), False, t.currency)
self.compare(t, o)
def test_n_decoding(self):