Skip to content

Commit

Permalink
fix spent budget abd expired tokens display
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Nov 19, 2024
1 parent 81224f6 commit f69e79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nwcprovider/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ <h3 class="q-ma-none q-mb-xl text-center">Add connection</h3>
try {
const response = await LNbits.api.request(
"GET",
"/nwcprovider/api/v1/nwc?includeExpired=true&calculateSpendBudget=true",
"/nwcprovider/api/v1/nwc?include_expired=true&calculate_spent_budget=true",
wallet.adminkey,
);
this.nwcs = response.data;
Expand Down

0 comments on commit f69e79c

Please sign in to comment.