git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit eac3880a8c43e92cadb18f267ddef5ca6f8d8d31

fix nonce issue

wanderer committed on 3/11/2018, 11:25:04 PM
Parent: 6fe142caac2b90a38153c18db7efe3c687a39a75

Files changed

index.jschanged
index.jsView
@@ -67,9 +67,9 @@
6767 const encoded = encodedID(id)
6868 let idHash = this._hash(encoded)
6969 idHash = new ID(idHash)
7070 const module = await Container.onCreation(code, idHash, this.tree)
71- const metaData = [type, id.nonce]
71+ const metaData = [type, 0]
7272
7373 // save the container in the state
7474 const node = await this.tree.set(idHash.id, metaData)
7575 // save the code

Built with git-ssb-web