mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 02:57:12 -05:00
Ensure wallets store encrypted private keys
This commit is contained in:
@@ -5,6 +5,7 @@ from app.models.social import Post, Comment, Like, Follow
|
||||
from app.models.video import Video, VideoView, VideoLike
|
||||
from app.models.file import File, Folder
|
||||
from app.models.blockchain import Block, Transaction, Wallet
|
||||
from app.models.device import Device
|
||||
from app.models.ai_chat import Conversation, Message
|
||||
|
||||
__all__ = [
|
||||
@@ -23,6 +24,7 @@ __all__ = [
|
||||
"Block",
|
||||
"Transaction",
|
||||
"Wallet",
|
||||
"Device",
|
||||
"Conversation",
|
||||
"Message",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user