Cannot Rebalance without msatoshi argument
See original GitHub issueI would like to rebalance my channels 50/50 which should work if I do not provide the msatoshi
argument. Looks like msatoshi should be a whole number and not have a decimal point.
"Error while processing rebalance:
RpcError('RPC call failed: method: invoice, payload:
{
\\'msatoshi\\' : 8388607500.0msat,
\\'label\\': \\'Rebalance-23a20dc6-356f-423e-8a0c-6a835a061847\\',
\\'description\\ ': \\'1516934x52x0 to 1517537x39x0\\',
\\'expiry\\': 120
},
error: {
\\'code\\': -32602,
\\'message\\': \ "\\'msatoshi\\' should be millisatoshis or \\'any\\', not \\'8388607500.0msat\\'\"
}',)"
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Should You Or Shouldn't You Rebalance Your Investment ...
The specific asset allocation is based on your risk tolerance. As stocks appreciate in value, your investment portfolio is no longer in sync ......
Read more >5 mistakes to avoid when rebalancing a portfolio - CNBC
Experts say a mix of asset classes is key to juggling risk and reward for the best long-term results, but it may be...
Read more >Jack Bogle: "Never" Rebalance Your Investment Portfolio (and ...
Your browser can't play this video. ... the founder of Vanguard, argued that one should not rebalance their investment portfolio.
Read more >Experts tell you why you cannot avoid Rebalancing
Rebalancing helps you reduce risk without compromising on your savings goals. Here are some insights. Scott Keeley, senior financial adviser ...
Read more >Rebalancing...Not so Fast - - Alpha Architect
Modern Portfolio Theory initially argued that investors should hold various leveraged or de-leveraged positions in the so-called market ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks. I will include this in a bigger cleanup/refinment PR im working on.
@agnjkafgh Can you test if this fix helps? https://github.com/lightningd/plugins/pull/30
I think it is cause by an outdated pylightning version, but not sure since I cant reproduce this.