Skip to content

Commit

Permalink
Update BlockShieldRulesRejectOtherTx BlockShieldRulesRejectOtherTx
Browse files Browse the repository at this point in the history
  • Loading branch information
nlevo committed Apr 5, 2019
1 parent 9b8b2fc commit 5a221b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtest/test_checkblock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ TEST_F(ContextualTxsCheckBlockTest, BlockShieldRulesRejectOtherTx) {

TestTxsAcceptanceRules(CBaseChainParams::REGTEST, 200);
TestTxsAcceptanceRules(CBaseChainParams::TESTNET, 100);
TestTxsAcceptanceRules(CBaseChainParams::MAIN, 50000);
TestTxsAcceptanceRules(CBaseChainParams::MAIN, 48500);

}

0 comments on commit 5a221b5

Please sign in to comment.