mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
wallet: Store merkle tree leaf positions for own coins.
This commit is contained in:
@@ -7,5 +7,6 @@ CREATE TABLE IF NOT EXISTS coins(
|
||||
token_id BLOB NOT NULL,
|
||||
secret BLOB NOT NULL,
|
||||
is_spent BOOLEAN NOT NULL,
|
||||
nullifier BLOB NOT NULL
|
||||
nullifier BLOB NOT NULL,
|
||||
leaf_position BLOB NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user