fusion44
fusion44
I was just about to open an issue asking if the bookkeeper plugin will be added to Core Lightning. Is there a way to keep the statically typed interface for...
If you have ideas for lints or assists you can post them here and I try to implement them. Although, this might take a bit of time to do all...
The service can share the login functionality with the main API and still be separate. I don't see a big issue with it and I'd actually prefer that.
Sorry, I screwed that one up. Added a small fix and then merged via #273 The result array index needed to be adjusted, otherwise looks good.
This error popping up while bitcoin core is verifying blocks: ``` raise HTTPException(result["status"], detail=result["error"]) May 18 17:09:59 raspberrypi python[1046]: │ │ └ {'jsonrpc': '2.0', 'error': {'code': -28, 'message': 'Verifying blocks…'},...