You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments