1
0

fix confusion re max path length

This commit is contained in:
SomberNight
2018-10-20 16:50:43 +02:00
committed by ThomasV
parent 2fafd01945
commit 7edbd5682a
4 changed files with 9 additions and 8 deletions

View File

@@ -614,4 +614,5 @@ class EncumberedTransaction(NamedTuple("EncumberedTransaction", [('tx', Transact
NUM_MAX_HOPS_IN_PAYMENT_PATH = 20
NUM_MAX_EDGES_IN_PAYMENT_PATH = NUM_MAX_HOPS_IN_PAYMENT_PATH + 1