mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-06-30 19:11:45 +00:00
more logs
This commit is contained in:
@ -92,7 +92,7 @@ impl Storage for SqliteStorage {
|
|||||||
// let tn_vec = bincode::serialize(&node).unwrap();
|
// let tn_vec = bincode::serialize(&node).unwrap();
|
||||||
let tn_vec = serde_bencode::to_bytes(&node).unwrap();
|
let tn_vec = serde_bencode::to_bytes(&node).unwrap();
|
||||||
|
|
||||||
|
log::info!("insert: {:?}", tn_vec);
|
||||||
|
|
||||||
cursor
|
cursor
|
||||||
.bind(&[Value::String(format!("{}", pk)), Value::Binary(tn_vec)])
|
.bind(&[Value::String(format!("{}", pk)), Value::Binary(tn_vec)])
|
||||||
|
Reference in New Issue
Block a user