Skip to content

Commit

Permalink
Add browser hint that if statement can cause case label to fall through.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 committed Feb 5, 2024
1 parent 1707b33 commit 8beccb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Transfers/BlockchainSynchronizer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2018-2019, The Bittorium developers
// Copyright (c) 2021-2022, The Talleo developers
// Copyright (c) 2021-2024, The Talleo developers
//
// This file is part of Bytecoin.
//
Expand Down Expand Up @@ -548,6 +548,7 @@ void BlockchainSynchronizer::processBlocks(GetBlocksResponse& response) {
} else {
break;
}
/* FALLTHRU */

case UpdateConsumersResult::addedNewBlocks:
setFutureState(State::blockchainSync);
Expand Down

0 comments on commit 8beccb5

Please sign in to comment.