Compare commits
1 commit
99efa52b69
...
cb1caf47d0
| Author | SHA1 | Date | |
|---|---|---|---|
| cb1caf47d0 |
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ registration call lazily-imports + soft-fails so satmachineadmin keeps
|
||||||
loading cleanly on any lnbits version.
|
loading cleanly on any lnbits version.
|
||||||
|
|
||||||
When the lnbits implementation lands + the satmachine instance has
|
When the lnbits implementation lands + the satmachine instance has
|
||||||
`NOSTR_TRANSPORT_ROSTER_REQUIRED=true` set, inbound kind-21000
|
`LNBITS_NOSTR_TRANSPORT_ROSTER_REQUIRED=true` set, inbound kind-21000
|
||||||
RPCs from a registered ATM npub will route directly to the operator's
|
RPCs from a registered ATM npub will route directly to the operator's
|
||||||
wallet (delivering the "cash-out sats go to the operator's wallet, not
|
wallet (delivering the "cash-out sats go to the operator's wallet, not
|
||||||
an auto-created machine wallet" outcome). Unregistered npubs get
|
an auto-created machine wallet" outcome). Unregistered npubs get
|
||||||
|
|
@ -138,6 +138,6 @@ def register_with_lnbits() -> bool:
|
||||||
"resolver with lnbits nostr-transport — inbound kind-21000 "
|
"resolver with lnbits nostr-transport — inbound kind-21000 "
|
||||||
"from a registered ATM npub will route to the operator's wallet "
|
"from a registered ATM npub will route to the operator's wallet "
|
||||||
"directly. (Behavior gated server-side by "
|
"directly. (Behavior gated server-side by "
|
||||||
"NOSTR_TRANSPORT_ROSTER_REQUIRED.)"
|
"LNBITS_NOSTR_TRANSPORT_ROSTER_REQUIRED.)"
|
||||||
)
|
)
|
||||||
return True
|
return True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue