mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
schema.sql: removed cashier table
This commit is contained in:
@@ -16,7 +16,3 @@ CREATE TABLE IF NOT EXISTS coins(
|
||||
secret BLOB NOT NULL,
|
||||
is_spent BLOB NOT NULL
|
||||
);
|
||||
CREATE TABLE IF NOT EXISTS cashier(
|
||||
key_id INTEGER PRIMARY KEY NOT NULL,
|
||||
key_public BLOB NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user