Fabric generates a founding block error: Error unmarshaling config into struct:

Problem introduction:

I used fabric1.2, changed the source code, and added a parameter that needs to be obtained from configtx.yaml

After changing the source code, re-make docker compile to make a mirror, and then run the network, the error is as follows:

 Solution: remake the tool

Delete the tool directory under /release, leaving only templates/, and then make release under /fabric to make tools based on the existing source code.

Guess you like

Origin blog.csdn.net/wwqcherry/article/details/107068735