Skip to content

Commit a4925be

Browse files
authored
Merge pull request #5340 from stacks-network/update-clarity-wasm-develop
fix rusqlite dependency path
2 parents 38bd7d2 + 10831ee commit a4925be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ use std::sync::Mutex;
2222
use std::thread::sleep;
2323
use std::time::Duration;
2424

25+
use clarity::rusqlite::{params, Connection};
2526
use clarity::vm::analysis::contract_interface_builder::build_contract_interface;
2627
use clarity::vm::costs::ExecutionCost;
2728
use clarity::vm::events::{FTEventType, NFTEventType, STXEventType};
2829
use clarity::vm::types::{AssetIdentifier, QualifiedContractIdentifier, Value};
29-
use rusqlite::{params, Connection};
3030
use serde_json::json;
3131
use stacks::burnchains::{PoxConstants, Txid};
3232
use stacks::chainstate::burn::operations::BlockstackOperationType;

0 commit comments

Comments
 (0)