We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLN at 85992e6e48a6131afee9b24d8b8f99ecd268d73e PeerSwap at 19aaf19
When initiating a swap-out while running CLN with allow-deprecated-apis=false, the amount check is off by 1000.
allow-deprecated-apis=false
$ lightning-cli peerswap-swap-out 140490x1x0 100000000 lbtc { "code": -1, "message": "swap amount is 100000000000: need to enable option '--large-channels' to swap amounts larger than 2^32 msat" }
The text was updated successfully, but these errors were encountered:
From the LND side of the channel:
$ ./builds/peerswap/out/pscli swapin --channel_id 154470388586315776 --sat_amt 50000000 --asset lbtc 2023/06/13 15:25:56 rpc error: code = Unknown desc = from the CLN peer: swap amount is 50000000000: need to enable option '--large-channels' to swap amounts larger than 2^32 msat
Sorry, something went wrong.
No branches or pull requests
CLN at 85992e6e48a6131afee9b24d8b8f99ecd268d73e
PeerSwap at 19aaf19
When initiating a swap-out while running CLN with
allow-deprecated-apis=false
, the amount check is off by 1000.The text was updated successfully, but these errors were encountered: