Skip to content
Snippets Groups Projects

WIP: Resolve "Fail to revert block with transactions"

Merged Éloïs requested to merge elois/172-fail-to-revert-block-with-transactions into dev
4 files
+ 20
22
Compare changes
  • Side-by-side
  • Inline

Files

@@ -36,7 +36,7 @@ pub fn write_certification(
@@ -36,7 +36,7 @@ pub fn write_certification(
) -> Result<(), DbError> {
) -> Result<(), DbError> {
// Get cert_chainable_on
// Get cert_chainable_on
let mut member_datas =
let mut member_datas =
durs_bc_db_reader::indexes::identities::get_identity_by_wot_id(db, source)?
durs_bc_db_reader::indexes::identities::get_identity_by_wot_id(db, w.as_ref(), source)?
.expect("Try to write certification with unexist certifier.");
.expect("Try to write certification with unexist certifier.");
// Push new cert_chainable_on
// Push new cert_chainable_on
member_datas
member_datas
Loading