git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit e1f7b0f1b9dc6898db308a95307211a4ea191e3c

removed old test func from interface

Signed-off-by: wanderer <mjbecze@gmail.com>
wanderer committed on 2/7/2018, 11:20:19 PM
Parent: 337e581214f9ce5a65ecad94f1830a0dc0891124

Files changed

wasmContainer.jschanged
wasmContainer.jsView
@@ -144,13 +144,8 @@
144144 load: () => {},
145145 store: () => {},
146146 delete: () => {}
147147 },
148- test: {
149- check: (a, b) => {
150- console.log('$$$$', a, b)
151- }
152- },
153148 metering: {
154149 usegas: (amount) => {
155150 funcRef.gas -= amount
156151 if (funcRef.gas < 0) {

Built with git-ssb-web