PPE Relay - a paid relay that accepts notes on a pay-per-event basis.
wss://ppe.swarmstr.com
Powered by khatru framework by @fiatjaf
How it works?
- For storing an event, the relay charges 1 sat per single event.
- The amount is subtracted from the user's balance each time event is accepted.
- To top up your balance, simply zap any note from @PPE Relay Bot with the desired amount.
- Only kind 1 (note) and 30023 (long-form) events are accepted.
- To view your current balance, tag @PPE Relay Bot with "balance" command.
Repo:
to decode lightning invoices.
When I run "go run ." it gives me the following errors:
github.com/lightningnetwork/lnd/keychain
../../go/pkg/mod/github.com/lightningnetwork/lnd@v0.18.3-beta.rc3/keychain/btcwallet.go:451:9: not enough return values
have ([]byte)
want ([]byte, error)
../../go/pkg/mod/github.com/lightningnetwork/lnd@v0.18.3-beta.rc3/keychain/signer.go:88:9: not enough return values
have ([]byte)
want ([]byte, error)
I'm following the example from the repo. What could be the issue?
CC @fiatjaf