mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
abi -> json-abi
This commit is contained in:
parent
8233c071f2
commit
245fba5055
@ -51,7 +51,7 @@ namespace solidity
|
||||
|
||||
// LTODO: Maybe some argument class pairing names with
|
||||
// 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_argAsmStr = "asm";
|
||||
static string const g_argAstStr = "ast";
|
||||
|
Loading…
Reference in New Issue
Block a user