compute sweep costs

This commit is contained in:
Carsten Otto
2021-12-10 16:23:05 +01:00
parent 3c0fca7d5c
commit df38fdf3e1
27 changed files with 311 additions and 46 deletions

View File

@@ -111,6 +111,7 @@ class NodeControllerIT {
.andExpect(jsonPath("$.feeReport.sourced", is("567")))
.andExpect(jsonPath("$.onChainCosts.openCosts", is("1000")))
.andExpect(jsonPath("$.onChainCosts.closeCosts", is("2000")))
.andExpect(jsonPath("$.onChainCosts.sweepCosts", is("3000")))
.andExpect(jsonPath("$.online", is(true)));
}