Skip to content

Commit

Permalink
Merge pull request #477 from NethermindEth/transitions
Browse files Browse the repository at this point in the history
fixed ethereum tests
  • Loading branch information
tkstanczak authored May 7, 2019
2 parents f2004bb + 5502a90 commit ef697bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Ethereum.Test.Base/BlockchainTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ protected async Task RunTest(BlockchainTest test, Stopwatch stopwatch = null)
IBlockchainProcessor blockchainProcessor = new BlockchainProcessor(
blockTree,
blockProcessor,
new TxSignaturesRecoveryStep(ecdsa, NullTxPool.Instance),
new TxSignaturesRecoveryStep(ecdsa, NullTxPool.Instance, _logManager),
_logManager,
false,
false);
Expand Down

0 comments on commit ef697bd

Please sign in to comment.