I hereby claim:
- I am mrhash on github.
- I am hashamadeus (https://keybase.io/hashamadeus) on keybase.
- I have a public key ASALtBVUU2Z-vAelqw3rPZPbaC6kMb1no3tYq5f1i6Ewgwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
To establish and secure a strong, reliable, and independent geographically dispersed verified Bitcoiner federation using Elements pegged to Bitcoin.
| #!/usr/bin/env python3 | |
| from lightning import Plugin | |
| import json | |
| plugin = Plugin() | |
| heldinvoices = dict() | |
| @plugin.init() | |
| def init(options, configuration, plugin): | |
| plugin.log("Plugin hodl-invoice initialized") |