include MPP fee rate in output

This commit is contained in:
Carsten Otto
2022-03-27 19:14:27 +02:00
parent 73a84f44c7
commit 02ab2d8e09
3 changed files with 13 additions and 1 deletions

View File

@@ -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)))
);
}