diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-05-19 23:10:32 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-19 03:54:28 +0800 |
commit | 6d8929a71aa5cecb6f4a1aa15a2a5db640a62631 (patch) | |
tree | 861e90567c6b89269c169e0e7a0b995a979186c3 /solc/CommandLineInterface.h | |
parent | 01fbc636239f78134b37f9dedeacf40455ee2e0c (diff) | |
download | dexon-solidity-6d8929a71aa5cecb6f4a1aa15a2a5db640a62631.tar.gz dexon-solidity-6d8929a71aa5cecb6f4a1aa15a2a5db640a62631.tar.zst dexon-solidity-6d8929a71aa5cecb6f4a1aa15a2a5db640a62631.zip |
Rename onChainMetadata to metadata
Diffstat (limited to 'solc/CommandLineInterface.h')
-rw-r--r-- | solc/CommandLineInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.h b/solc/CommandLineInterface.h index b482c20b..8a476ef5 100644 --- a/solc/CommandLineInterface.h +++ b/solc/CommandLineInterface.h @@ -64,7 +64,7 @@ private: void handleOpcode(std::string const& _contract); void handleBytecode(std::string const& _contract); void handleSignatureHashes(std::string const& _contract); - void handleOnChainMetadata(std::string const& _contract); + void handleMetadata(std::string const& _contract); void handleABI(std::string const& _contract); void handleNatspec(DocumentationType _type, std::string const& _contract); void handleGasEstimation(std::string const& _contract); |