@leofcoin/codec-format-interface 1.6.16 → 1.6.17
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -412,7 +412,7 @@ let FormatInterface$1 = class FormatInterface extends BasicInterface$1 {
|
|
|
412
412
|
* @return {PeernetHash}
|
|
413
413
|
*/
|
|
414
414
|
get peernetHash() {
|
|
415
|
-
return new CodecHash$1(this.
|
|
415
|
+
return new CodecHash$1(this.decoded, { name: this.name });
|
|
416
416
|
}
|
|
417
417
|
/**
|
|
418
418
|
* @return {peernetHash}
|