Testy Boy

Results 3 issues of Testy Boy

Some nodes set a higher default `htlc_minimum_msat` and https://github.com/spesmilo/electrum/blob/1f7ada3486cd39da6de9308c5f048fce1aeea8fd/electrum/lnutil.py#L113 rejects any attempt to open a channel with these nodes. Would it be possible to make this configurable or increase the...

https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#import_key_images is missing documentation for `offset` param in the `import_key_images` rpc command. When performing very large key imports the monero_wallet_rpc throws error ``` { "error": { "code": -38, "message": "no...

For extremely large wallets the output of `export_outputs` with all=true set, the hex blob is longer than the maximum string length allowed in node, making the payload difficult to deal...