mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed wrong resolving
This commit is contained in:
parent
9853871b1a
commit
e946840b19
@ -135,7 +135,7 @@ void CommandLineInterface::handleBinary(string const& _contract)
|
|||||||
}
|
}
|
||||||
if (m_args.count(g_argCloneBinaryStr))
|
if (m_args.count(g_argCloneBinaryStr))
|
||||||
{
|
{
|
||||||
if (outputToFile(m_args[g_argCloneBinaryStr].as<OutputType>()))
|
if (m_args.count("output-dir"))
|
||||||
{
|
{
|
||||||
stringstream data;
|
stringstream data;
|
||||||
data << toHex(m_compiler->getCloneBytecode(_contract));
|
data << toHex(m_compiler->getCloneBytecode(_contract));
|
||||||
|
Loading…
Reference in New Issue
Block a user