-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in snapshot request submission
This commit fixes a bug in the snapshot request path. When the snapshot request is sent with the special value "blockNumber 0", if a block commit is in progress, the derived value should be one higher than the last committed block (i.e., equal to the currently processing block). Instead in the code, it was a typo that made it always set to 1. Also, add a wait in the discovery integration test for channel config updates to be committed Signed-off-by: manish <[email protected]>
- Loading branch information
1 parent
f0584c6
commit 44abc6b
Showing
4 changed files
with
53 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters