mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-20 06:05:09 +01:00
Apply suggestions from code review
Co-authored-by: thesimplekid <tsk@thesimplekid.com>
This commit is contained in:
@@ -70,7 +70,7 @@ CREATE TABLE IF NOT EXISTS "proof" (
|
||||
amount INTEGER NOT NULL,
|
||||
keyset_id TEXT NOT NULL, -- no FK constraint here
|
||||
secret TEXT NOT NULL,
|
||||
c BLOBNOT NULL,
|
||||
c BLOB NOT NULL,
|
||||
witness TEXT,
|
||||
state TEXT CHECK (state IN ('SPENT', 'PENDING', 'UNSPENT', 'RESERVED', 'UNKNOWN')) NOT NULL,
|
||||
quote_id TEXT,
|
||||
|
||||
Reference in New Issue
Block a user