Browse Source

Style fix.

cl-refactor
Gav Wood 10 years ago
parent
commit
05938330e6
  1. 2
      alethzero/Transact.cpp

2
alethzero/Transact.cpp

@ -169,9 +169,7 @@ void Transact::rejigData()
QString lll;
QString solidity;
if (src.find_first_not_of("1234567890abcdefABCDEF") == string::npos && src.size() % 2 == 0)
{
m_data = fromHex(src);
}
else if (sourceIsSolidity(src))
{
dev::solidity::CompilerStack compiler;

Loading…
Cancel
Save