trac-msb 0.0.48 → 0.0.49
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/package.json +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -285,7 +285,7 @@ export class MainSettlementBus extends ReadyResource {
|
|
|
285
285
|
local_public_key + '-' +
|
|
286
286
|
content_hash + '-' +
|
|
287
287
|
nonce;
|
|
288
|
-
return await this.
|
|
288
|
+
return await this.createHash('sha256', await this.createHash('sha256', tx));
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
async verifyDag() {
|