fix: transfer recomputing commit

This commit is contained in:
Ludo Galabru
2023-08-28 17:27:27 -04:00
parent 1f2151c098
commit 364363680f

View File

@@ -99,6 +99,7 @@ pub fn start_transfers_recomputing_processor(
let _ = post_processor.send(block.clone());
}
}
let _ = inscriptions_db_tx.commit();
}
})
.expect("unable to spawn thread");