aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CodeFragment.cpp2
-rw-r--r--CompilerState.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CodeFragment.cpp b/CodeFragment.cpp
index 804504f0..9284c1f3 100644
--- a/CodeFragment.cpp
+++ b/CodeFragment.cpp
@@ -343,7 +343,7 @@ void CodeFragment::constructOperation(sp::utree const& _t, CompilerState& _s)
cs.defs.clear();
for (unsigned i = 0; i < m.args.size(); ++i)
{
- requireDeposit(i, 1);
+ //requireDeposit(i, 1);
cs.args[m.args[i]] = code[i];
}
m_asm.append(CodeFragment(m.code, cs).m_asm);
diff --git a/CompilerState.cpp b/CompilerState.cpp
index 490e9267..7e990413 100644
--- a/CompilerState.cpp
+++ b/CompilerState.cpp
@@ -44,7 +44,7 @@ CodeFragment const& CompilerState::getDef(std::string const& _s)
void CompilerState::populateStandard()
{
static const string s = "{"
- "(def 'gav 0x8a40bfaa73256b60764c1bf40675a99083efb075)"
+ "(def 'gav 0x51ba59315b3a95761d0863b05ccc7a7f54703d99)"
"(def 'namereg 0x2d0aceee7e5ab874e22ccf8d1a649f59106d74e8)"
"(def 'config 0xccdeac59d35627b7de09332e819d5159e7bb7250)"
"(def 'gavcoin 0x5620133321fcac7f15a5c570016f6cb6dc263f9d)"