@net-protocol/storage 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1949,9 +1949,7 @@ var StorageClient = class {
|
|
|
1949
1949
|
const transactionConfigs = [];
|
|
1950
1950
|
for (const xmlChunk of params.xmlChunks) {
|
|
1951
1951
|
const chunks = chunkDataForStorage(xmlChunk);
|
|
1952
|
-
const chunkedHash = core.keccak256HashString(
|
|
1953
|
-
xmlChunk + params.operatorAddress
|
|
1954
|
-
);
|
|
1952
|
+
const chunkedHash = core.keccak256HashString(xmlChunk);
|
|
1955
1953
|
chunkedStorageHashes.push(chunkedHash);
|
|
1956
1954
|
const config = this.prepareChunkedPut({
|
|
1957
1955
|
key: chunkedHash,
|