-
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.
[FAB-1433] (BUGFIX) Add batch timeout in genesis
https://jira.hyperledger.org/browse/FAB-1443 https://gerrit.hyperledger.org/r/#/c/3461/ The above changeset fixed a TODO to have the batch timeout retrieved via the shared config mechanism from the genesis block, but it did not actually encode the batch timeout into the genesis block. This was causing a batch timeout of 0s and was breaking the bdd tests. This changeset adds the encoding of the batch timeout to the provisional bootstrapper. Change-Id: I938b4aa89b2a2a5d3ca049129a32b3a8ec37832e Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Jan 3, 2017
1 parent
46f7af0
commit 4e46204
Showing
3 changed files
with
14 additions
and
0 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