mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 23:14:27 +01:00
include MPP fee rate in output
This commit is contained in:
@@ -18,6 +18,7 @@ class MultiPathPaymentDtoTest {
|
||||
amountSat,
|
||||
probability,
|
||||
String.valueOf(MULTI_PATH_PAYMENT.fees().milliSatoshis()),
|
||||
MULTI_PATH_PAYMENT.getFeeRate(),
|
||||
List.of(new RouteDto(amountSat, List.of(CHANNEL_ID), probability, feesMilliSat)))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user