Skip to content

Commit

Permalink
#1640 increase timeout to reject old transaction through broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 9, 2024
1 parent 22b5063 commit 08b6296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libethereum/SkaleHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ using namespace dev::eth;
#define CONSENSUS 1
#endif

const int SkaleHost::REJECT_OLD_TRANSACTION_THROUGH_BROADCAST_INTERVAL_SEC = 360;
const int SkaleHost::REJECT_OLD_TRANSACTION_THROUGH_BROADCAST_INTERVAL_SEC = 600;

std::unique_ptr< ConsensusInterface > DefaultConsensusFactory::create(
ConsensusExtFace& _extFace ) const {
Expand Down

0 comments on commit 08b6296

Please sign in to comment.