Explorar o código

fixed typo on wallet schema

rachel-rose %!s(int64=5) %!d(string=hai) anos
pai
achega
11dea54b44
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      res/schema.sql

+ 2 - 2
res/schema.sql

@@ -7,8 +7,8 @@ CREATE TABLE IF NOT EXISTS keys(
 );
 CREATE INDEX IF NOT EXISTS key_public on keys(key_public);
 CREATE TABLE IF NOT EXISTS coins(
-    coin BLOB NOT NULL
-    witness BLOB NOT NULL
+    coin BLOB NOT NULL,
+    witness BLOB NOT NULL,
     serial BLOB NOT NULL,
     value INT NOT NULL,
     coin_blind BLOB NOT NULL,