aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-01-22 03:31:14 +0800
committerGav Wood <i@gavwood.com>2015-01-22 03:31:14 +0800
commit529847d8e1e91f3c764b5adddc5d832a2d598d0c (patch)
tree24c946ac39ca1d8495616ed161c468e2b4f8e700
parent6762c797454aaf3a9848346341b0abaf48fc54db (diff)
downloaddexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.tar.gz
dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.tar.zst
dexon-solidity-529847d8e1e91f3c764b5adddc5d832a2d598d0c.zip
Claim ether makes wallet & trasfers.
"#require" in solidity.
-rw-r--r--CodeFragment.cpp1
-rw-r--r--CodeFragment.h1
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;
}
}
+