Skip to content

Commit

Permalink
Fixes blockTest error
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Dec 4, 2024
1 parent de722c1 commit 75425d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,5 +655,4 @@ func validatePendingBlockHeader(t *testing.T, pBlock *PendingBlockHeader) {
require.NotZero(t, pBlock.L1GasPrice)
require.NotZero(t, pBlock.StarknetVersion)
require.NotZero(t, pBlock.L1DataGasPrice)
require.NotNil(t, pBlock.L1DAMode)
}

0 comments on commit 75425d3

Please sign in to comment.