Merge branch 'features/postgres' of https://github.com/SatoshiPortal/cyphernode into features/postgres

This commit is contained in:
kexkey
2021-12-14 20:51:46 -05:00

View File

@@ -53,7 +53,7 @@ CREATE TABLE tx (
fee REAL,
size INTEGER,
vsize INTEGER,
is_replaceable INTEGER,
is_replaceable INTEGER,
blockhash TEXT,
blockheight INTEGER,
blocktime INTEGER,