mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-15 11:48:21 +00:00
feat: default ln address to zap.stream for new accounts
This commit is contained in:
@ -38,6 +38,7 @@ class _NewAccountPage extends State<NewAccountPage> {
|
||||
pubKey: _privateKey.publicKey,
|
||||
name: _name.text,
|
||||
picture: _avatar,
|
||||
lud16: "${_privateKey.publicKey}@zap.stream",
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user