Merge branch 'tokenblind'

This commit is contained in:
ghassmo
2022-05-05 20:06:58 +03:00
4 changed files with 26 additions and 18 deletions

View File

@@ -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,