Skip to content

Commit

Permalink
fixup! Add support for solution rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Berman committed May 22, 2024
1 parent c2035bc commit 0be9ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arweave/src/ar_block_cache.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ block_cache_test() ->
%% 1 B12/not_validated B13/on_chain
%% \ /
%% 0 B11/on_chain
?assertMatch({B14, {not_validated, awaiting_nonce_limiter_validation}},
?assertMatch({B14, {{not_validated, awaiting_nonce_limiter_validation}, _}},
get_block_and_status(bcache_test, block_id(B14))),
?assertMatch({B14, [B13], {{not_validated, awaiting_nonce_limiter_validation}, _}},
get_earliest_not_validated_from_longest_chain(bcache_test)),
Expand Down

0 comments on commit 0be9ed2

Please sign in to comment.