mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 15:20:19 +00:00
more logs
This commit is contained in:
parent
29f15f2b4e
commit
88b6f5f3fe
@ -92,7 +92,7 @@ impl Storage for SqliteStorage {
|
||||
// let tn_vec = bincode::serialize(&node).unwrap();
|
||||
let tn_vec = serde_bencode::to_bytes(&node).unwrap();
|
||||
|
||||
|
||||
log::info!("insert: {:?}", tn_vec);
|
||||
|
||||
cursor
|
||||
.bind(&[Value::String(format!("{}", pk)), Value::Binary(tn_vec)])
|
||||
|
Loading…
Reference in New Issue
Block a user