From e5514becb89c945f59fd440696d0bb3122edbe99 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 7 Mar 2016 16:55:53 +0100 Subject: BREAKING: Implement delegatecall and make default for library calls. --- libsolidity/codegen/Compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsolidity/codegen/Compiler.h') diff --git a/libsolidity/codegen/Compiler.h b/libsolidity/codegen/Compiler.h index 9d069f7c..fa33bd30 100644 --- a/libsolidity/codegen/Compiler.h +++ b/libsolidity/codegen/Compiler.h @@ -44,7 +44,7 @@ public: ContractDefinition const& _contract, std::map const& _contracts ); - /// Compiles a contract that uses CALLCODE to call into a pre-deployed version of the given + /// Compiles a contract that uses DELEGATECALL to call into a pre-deployed version of the given /// contract at runtime, but contains the full creation-time code. void compileClone( ContractDefinition const& _contract, -- cgit v1.2.3