Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-2676] Use atomic create ledger from GB
Currently while peer joins the channel it provided the genesis block which is used to generate the ledger and consequently being committed into newly generated ledger. Currently the creation has been done in two phases. This commit switches the create ledger from the genesis block functionality to use atomic function which creates ledger with already committed block. Change-Id: I8371f9ee8f026bd98194817b48d8118c4df08dd7 Signed-off-by: Artem Barger <bartem@il.ibm.com>
- Loading branch information