Skip to content

Commit a134992

Browse files
committed
use reciepts
1 parent 334a8a1 commit a134992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/evm/src/eth/block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ where
311311
.to_vec();
312312
tracing::debug!("Before coinbase:{:?}", bal);
313313

314-
if bal.len() == 5 {
314+
if self.receipts.len() == 0 {
315315
let beneficiary = self.evm.block().beneficiary();
316316
bal =
317317
bal.into_iter()

0 commit comments

Comments
 (0)