Skip to content

Commit

Permalink
fix: adjust state_pre_transform_micro_node function on Db mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Dec 24, 2024
1 parent 5d2f211 commit d9bc30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ae_mdw/node/db.ex
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ defmodule AeMdw.Node.Db do
|> :aec_blocks.to_header()
|> :aec_headers.consensus_module()

height
|> consensus_mod.state_pre_transform_micro_node(node, trees_in)
node
|> consensus_mod.state_pre_transform_micro_node(trees_in)
|> :aec_trees.accounts()
end

Expand Down

0 comments on commit d9bc30d

Please sign in to comment.