Skip to content

Commit

Permalink
fix: default maxClientBalanceSat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonvdb committed Oct 10, 2023
1 parent 52a15a8 commit 3a8ba75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/shapes/blocktank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const defaultBlocktankInfoShape: IBtInfo = {
minPaymentConfirmations: 0,
minHighRiskPaymentConfirmations: 1,
max0ConfClientBalanceSat: 856487,
maxClientBalanceSat: 856487,
},
};

Expand Down

0 comments on commit 3a8ba75

Please sign in to comment.