mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 06:04:20 +01:00
routing: distinguish between receiver amount and total amount in newRoute
This commit is contained in:
@@ -1327,6 +1327,7 @@ func TestNewRoute(t *testing.T) {
|
||||
sourceVertex, testCase.hops, startingHeight,
|
||||
finalHopParams{
|
||||
amt: testCase.paymentAmount,
|
||||
totalAmt: testCase.paymentAmount,
|
||||
cltvDelta: finalHopCLTV,
|
||||
records: nil,
|
||||
paymentAddr: testCase.paymentAddr,
|
||||
|
||||
Reference in New Issue
Block a user