From 0be9ed2bcfba07f3dec803129831907b14593441 Mon Sep 17 00:00:00 2001 From: Lev Berman Date: Wed, 22 May 2024 11:54:12 +0200 Subject: [PATCH] fixup! Add support for solution rebasing --- apps/arweave/src/ar_block_cache.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/arweave/src/ar_block_cache.erl b/apps/arweave/src/ar_block_cache.erl index 355b7f8f5..17034498c 100644 --- a/apps/arweave/src/ar_block_cache.erl +++ b/apps/arweave/src/ar_block_cache.erl @@ -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)),