我正在尝试解码存储在HyperLedger v1.4.1对等方中的区块链数据。
我在blockfile_000000
中找到了/var/hyperledger/production/ledgersData/chains/chains/mychannel
文件
并且我正在使用configtxlator
对其进行解码。
但是当我运行以下命令时:
./configtxlator proto_decode --input blockfile_000000 --type common.Block
我收到此错误:
configtxlator: error: Error decoding: error unmarshaling: proto: can't skip unknown wire type 4
我该如何解决这个问题?