Compare commits
1 commit
cb1caf47d0
...
99efa52b69
| Author | SHA1 | Date | |
|---|---|---|---|
| 99efa52b69 |
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.
|
||||
|
||||
When the lnbits implementation lands + the satmachine instance has
|
||||
`LNBITS_NOSTR_TRANSPORT_ROSTER_REQUIRED=true` set, inbound kind-21000
|
||||
`NOSTR_TRANSPORT_ROSTER_REQUIRED=true` set, inbound kind-21000
|
||||
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
|
||||
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 "
|
||||
"from a registered ATM npub will route to the operator's wallet "
|
||||
"directly. (Behavior gated server-side by "
|
||||
"LNBITS_NOSTR_TRANSPORT_ROSTER_REQUIRED.)"
|
||||
"NOSTR_TRANSPORT_ROSTER_REQUIRED.)"
|
||||
)
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue