assert(!action_mroot.empty())
in valid_t block_state::new_valid()
should not be needed
#168
Milestone
assert(!action_mroot.empty())
in valid_t block_state::new_valid()
should not be needed
#168
When running
eosio_system_part1_tests/stake_unstake
under Savanna,I got
unit_test: .../libraries/chain/block_state.cpp:283: eosio::chain::valid_t eosio::chain::block_state::new_valid(const eosio::chain::block_header_state&, const digest_type&, const digest_type&) const: Assertion
!action_mroot.empty()' failed``spring/libraries/chain/block_state.cpp
Line 283 in a781609
should not be needed, as it is possible a block is empty.
The text was updated successfully, but these errors were encountered: