Tools to compute UnixFS IPFS hash.

This commit is contained in:
chriseth
2019-05-14 11:52:11 +02:00
parent 1d75770700
commit d753fcdb36
7 changed files with 498 additions and 1 deletions
-1
View File
@@ -769,7 +769,6 @@ h256 const& CompilerStack::Source::swarmHash() const
return swarmHashCached;
}
StringMap CompilerStack::loadMissingSources(SourceUnit const& _ast, std::string const& _sourcePath)
{
solAssert(m_stackState < ParsingSuccessful, "");