Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpcserver: add a min channel size for funding requests
This commit adds a soft-limit for the minimum allowed channel size. Without this limit a user may inadvertently create an invalid or unspendable output due to the hard coded fees in a few areas of the codebase. This is a temporary measure, and will be removed once we add dynamic fees into the mix.
- Loading branch information