Skip to content

Commit 53f937b

Browse files
committed
chore: add missing dependency
1 parent 5b3ac9d commit 53f937b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clarity/src/vm/database/sqlite.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ use rusqlite::{
1919
params, Connection, Error as SqliteError, ErrorCode as SqliteErrorCode, OptionalExtension, Row,
2020
Savepoint,
2121
};
22-
use stacks_common::types::chainstate::{BlockHeaderHash, StacksBlockId};
22+
use stacks_common::types::chainstate::{BlockHeaderHash, StacksBlockId, TrieHash};
23+
2324
use stacks_common::types::sqlite::NO_PARAMS;
2425
use stacks_common::util::db::tx_busy_handler;
2526
use stacks_common::util::hash::Sha512Trunc256Sum;

0 commit comments

Comments
 (0)