1
0

ln: improve lnhtlc, passes test

This commit is contained in:
Janus
2018-06-25 21:06:50 +02:00
committed by ThomasV
parent 56d5936661
commit e7089c1458
3 changed files with 56 additions and 42 deletions

View File

@@ -74,7 +74,7 @@ def bip32(sequence):
def create_test_channels():
funding_txid = binascii.hexlify(os.urandom(32)).decode("ascii")
funding_index = 0
funding_sat = bitcoin.COIN * 5
funding_sat = bitcoin.COIN * 10
local_amount = (funding_sat * 1000) // 2
remote_amount = (funding_sat * 1000) // 2
alice_raw = [ bip32("m/" + str(i)) for i in range(5) ]