abi -> json-abi

This commit is contained in:
Gav Wood 2015-01-09 08:16:35 +01:00
parent 8233c071f2
commit 245fba5055

View File

@ -51,7 +51,7 @@ namespace solidity
// LTODO: Maybe some argument class pairing names with // LTODO: Maybe some argument class pairing names with
// extensions and other attributes would be a better choice here? // extensions and other attributes would be a better choice here?
static string const g_argAbiStr = "abi"; static string const g_argAbiStr = "json-abi";
static string const g_argSolAbiStr = "sol-abi"; static string const g_argSolAbiStr = "sol-abi";
static string const g_argAsmStr = "asm"; static string const g_argAsmStr = "asm";
static string const g_argAstStr = "ast"; static string const g_argAstStr = "ast";