mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove duplicated code in test/Metadata
This commit is contained in:
@@ -31,6 +31,7 @@ namespace test
|
||||
bytes bytecodeSansMetadata(bytes const& _bytecode);
|
||||
|
||||
/// Returns the bytecode with the metadata hash stripped out.
|
||||
/// Throws exception on invalid hex string.
|
||||
std::string bytecodeSansMetadata(std::string const& _bytecode);
|
||||
|
||||
/// Expects a serialised metadata JSON and returns true if the
|
||||
|
||||
Reference in New Issue
Block a user