Skip to content
Snippets Groups Projects

Resolve "Add code to apply a block backwards (revert block)"

Merged Éloïs requested to merge 80-add-code-to-apply-a-block-backwards-revert-block into dev
24 files
+ 1102
201
Compare changes
  • Side-by-side
  • Inline
Files
24
@@ -147,6 +147,7 @@ pub fn apply_valid_block<W: WebOfTrust, B: Backend + Debug>(
@@ -147,6 +147,7 @@ pub fn apply_valid_block<W: WebOfTrust, B: Backend + Debug>(
wot_dbs_requests.push(WotsDBsWriteQuery::RevokeIdentity(
wot_dbs_requests.push(WotsDBsWriteQuery::RevokeIdentity(
compact_revoc.issuer,
compact_revoc.issuer,
block.blockstamp(),
block.blockstamp(),
 
true,
));
));
}
}
for certification in block.certifications.clone() {
for certification in block.certifications.clone() {
Loading