aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.cpp b/vm.cpp
index a6901afe..32259b5e 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -59,6 +59,7 @@ public:
c.receiveAddress = Address();
c.nonce = 0;
c.data = assemble("txsender sload txvalue add txsender sstore stop");
+ // (sstore (add (txvalue (sload txsender))))
c.value = ether;
c.sign(p.secret());
s.execute(c.rlp());