Solidity

未知類型的函式呼叫異常

  • July 4, 2017

我正在使用混音 IDE,我收到此錯誤:

Internal exception in StandardCompiler::compileInternal: /src/libsolidity/ast/ASTJsonConverter.cpp(791): Throw in function string dev::solidity::ASTJsonConverter::functionCallKind(dev::solidity::FunctionCallKind)
   Dynamic exception type: N5boost16exception_detail10clone_implIN3dev8solidity21InternalCompilerErrorEEE
   std::exception::what: std::exception
   [PN3dev11tag_commentE] = Unknown kind of function call .

如何解決這個問題。

這是 Solidity 0.4.12 中的編譯器錯誤。您可以在 GitHub 上查看問題

現在你應該只使用 Solidity 版本 0.4.11

引用自:https://ethereum.stackexchange.com/questions/19376