mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-04-24 23:02:32 +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 = 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)])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user