diff --git a/CodeFragment.cpp b/CodeFragment.cpp index 804504f07..9284c1f31 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 490e92672..7e990413f 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)"