Skip to content

Commit

Permalink
fix all_actions()
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 24, 2024
1 parent 503d178 commit ac0f283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl pb::Block {
return None;
}

A::decode(trace).map(|action| (action, trace, trx)).ok()
A::match_and_decode(trace).map(|action| (action, trace, trx))
})
}

Expand Down

0 comments on commit ac0f283

Please sign in to comment.