Skip to content

Commit

Permalink
Add check node interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailK committed Mar 16, 2024
1 parent 0723476 commit 1a373e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/poscan/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ pub mod pallet {
if now >= (REJECT_OLD_ALGO_SINCE + 1).into() {
poscan_algo::hashable_object::fake_test();
}
poscan_algo::hashable_object::try_call();

for obj_idx in Objects::<T>::iter_keys() {
Objects::<T>::mutate(obj_idx, |obj_data| {
Expand Down

0 comments on commit 1a373e1

Please sign in to comment.