git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 257925ea00ae46cfd74f6ecd57e03f355389aaa3

Environment: implement getCode

Alex Beregszaszi committed on 8/16/2016, 11:20:49 PM
Parent: c4e8c0c1c6d56c2694855ab10d0fc01edaf3c2c5

Files changed

environment.jschanged
environment.jsView
@@ -34,9 +34,9 @@
3434 return this.state.get(address.toString()).balance
3535 }
3636
3737 getCode (address) {
38- // STUB
38+ return this.state.get(address.toString()).code
3939 }
4040
4141 getBlockHash (height) {
4242 // STUB

Built with git-ssb-web