feat: corelightning maxfee and custom pay command (#2464)
* feat: corelightning `maxfee` and custom pay command we should use maxfee instead of calculating the ratio and pass it through. also make it possible to run a custom pay command * change for cln rest aswell
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -31,7 +31,8 @@ Vue.component('lnbits-funding-sources', {
|
||||
'CoreLightningWallet',
|
||||
'Core Lightning',
|
||||
{
|
||||
corelightning_rpc: 'Endpoint'
|
||||
corelightning_rpc: 'Endpoint',
|
||||
corelightning_pay_command: 'Custom Pay Command'
|
||||
}
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user