mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-05 19:22:34 +02:00
Broke, started added private/public key
This commit is contained in:
@@ -11,8 +11,9 @@ async def m001_initial(db):
|
||||
tickershort TEXT NOT NULL,
|
||||
fraction BOOL,
|
||||
maxsats INT,
|
||||
coins INT
|
||||
|
||||
coins INT,
|
||||
prvkey TEXT NOT NULL,
|
||||
pubkey TEXT NOT NULL
|
||||
);
|
||||
"""
|
||||
)
|
||||
|
Reference in New Issue
Block a user