Not your keys, not your coins
def access(wallet):
if wallet.owner != user:
raise PermissionError("Keys not verified.")
return wallet.funds
Output:
Execution failed. You trusted. You lost.
#bitcoin #nostr #sovereignty #tenebraenode
Not your keys, not your coins
def access(wallet):
if wallet.owner != user:
raise PermissionError("Keys not verified.")
return wallet.funds
Output:
Execution failed. You trusted. You lost.
#bitcoin #nostr #sovereignty #tenebraenode
No replies yet.