git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit af928b88a1d05571409d3c6fd288d451004654fa

Merge branch 'shim' into testing

wanderer committed on 9/13/2016, 8:47:27 PM
Parent: 6aeb55ff3e5698ae2b952fff5d15f7e7a6dfb378
Parent: b69c707ce2037dd58b2dd10a63ebebfa3644f23b

Files changed

interface.jschanged
interface.jsView
@@ -21,9 +21,9 @@
2121 'interface': {
2222 'useGas': this._useGas.bind(this),
2323 'getGasLeftHigh': this._getGasLeftHigh.bind(this),
2424 'getGasLeftLow': this._getGasLeftLow.bind(this),
25- 'call': this._getGasLeftLow.bind(this)
25+ 'call': this._call.bind(this)
2626 }
2727 })
2828 }
2929

Built with git-ssb-web