Remove stuff that's now pretty clear doesn't belong

This commit is contained in:
Daniel Krol 2022-01-28 20:34:53 -05:00
parent 99ad1f0c31
commit e793753546

View file

@ -9,14 +9,6 @@ message Wallet {
string name = 2; // Human readable name for this wallet
TimestampedPreferences preferences = 3;
uint32 version = 4; // Wallet spec version
/*
Python had these but probably unrelated
self.storage = storage or WalletStorage()
self.encryption_password = None
self.id = self.get_id()
*/
}
message Account {