git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 3293a87f5f8d4e902258609eb8f0c213b7c38192

revert initial actor nonce to 0

Norton Wang committed on 3/7/2018, 9:59:48 PM
Parent: 7023adc16f2c47b0399a242111adf25544a62185

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