-
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-3091] TX ID missing from TX in genesis block
This changeset: 1. Modifies the `Factory`'s `Block` method so that a TX ID is set. 2. Adds a test for the issue in question. The test fails w/o this changeset, and passes otherwise. It also: 1. Add comments to the exported identifiers of the genesis package. 2. Renames all instances of `chainID` to `channelID` (we have to start this transition eventually). 3. Modifies the tests so that they use the `assert` package. Change-Id: I13db93326cbf43544812c1de4a515940163760e8 Signed-off-by: Kostas Christidis <kostas@christidis.io>
- Loading branch information
1 parent
441b308
commit ae277cd
Showing
3 changed files
with
24 additions
and
10 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