Skip to content

Commit

Permalink
Update storage/src/storage/sqlite/sync.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ljedrz <[email protected]>
  • Loading branch information
Protryon and ljedrz committed Aug 26, 2021
1 parent 2974f6b commit 7bf6f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/src/storage/sqlite/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ impl SyncStorage for SqliteStorage {
let hash = block.header.hash();
let mut block_query = self.conn.prepare_cached(
r"
INSERT INTO blocks (hash,
INSERT INTO blocks (
hash,
previous_block_id,
previous_block_hash,
merkle_root_hash,
Expand Down

0 comments on commit 7bf6f85

Please sign in to comment.