mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
walletdb: add token_blind to walletdb and sql schema
This commit is contained in:
@@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS coins(
|
||||
serial BLOB NOT NULL,
|
||||
coin_blind BLOB NOT NULL,
|
||||
valcom_blind BLOB NOT NULL,
|
||||
token_blind BLOB NOT NULL,
|
||||
value BLOB NOT NULL,
|
||||
network BLOB NOT NULL,
|
||||
drk_address BLOB NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user