oOhoraOo
Results
1
comments of
oOhoraOo
Maybe you can fix deletePrivateData and it will work. fabric-mock-stub/src/ChaincodeMockStub.ts deletePrivateData(collection: string, key: string): Promise { const value = (this.privateCollections[collection] || {})[key]; if (value) { // (this.privateCollections[collection] as StateMap).delete(key); //...