diff options
author | Gav Wood <i@gavwood.com> | 2015-01-22 03:31:14 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-01-22 03:31:14 +0800 |
commit | 529847d8e1e91f3c764b5adddc5d832a2d598d0c (patch) | |
tree | 24c946ac39ca1d8495616ed161c468e2b4f8e700 | |
parent | 6762c797454aaf3a9848346341b0abaf48fc54db (diff) | |
download | dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.tar dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.tar.gz dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.tar.bz2 dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.tar.lz dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.tar.xz dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.tar.zst dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.zip |
Claim ether makes wallet & trasfers.
"#require" in solidity.
-rw-r--r-- | CodeFragment.cpp | 1 | ||||
-rw-r--r-- | CodeFragment.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CodeFragment.cpp b/CodeFragment.cpp index 2c200caa..1e776643 100644 --- a/CodeFragment.cpp +++ b/CodeFragment.cpp @@ -266,7 +266,6 @@ void CodeFragment::constructOperation(sp::utree const& _t, CompilerState& _s) } ++ii; } - } else if (us == "LIT") { diff --git a/CodeFragment.h b/CodeFragment.h index b24b474d..554f90b4 100644 --- a/CodeFragment.h +++ b/CodeFragment.h @@ -61,3 +61,4 @@ static const CodeFragment NullCodeFragment; } } + |