Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Stick with 10% of funds for a new channel for now
Browse files Browse the repository at this point in the history
  • Loading branch information
matsjj committed May 13, 2016
1 parent 5f2553f commit f743bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
*/

public class LNEstablishProcessorImpl extends LNEstablishProcessor implements ChannelOpener {
public static final double PERCENTAGE_OF_FUNDS_PER_CHANNEL = 0.25;
public static final double PERCENTAGE_OF_FUNDS_PER_CHANNEL = 0.1;

WalletHelper walletHelper;
LNEstablishMessageFactory messageFactory;
Expand Down

0 comments on commit f743bf4

Please sign in to comment.