mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move bytecodeSansMetadata(bytes) helper to test/Metadata
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
* Metadata processing helpers.
|
||||
*/
|
||||
|
||||
#include <libdevcore/CommonData.h>
|
||||
#include <string>
|
||||
|
||||
namespace dev
|
||||
@@ -26,6 +27,9 @@ namespace dev
|
||||
namespace test
|
||||
{
|
||||
|
||||
/// Returns the bytecode with the metadata hash stripped out.
|
||||
bytes bytecodeSansMetadata(bytes const& _bytecode);
|
||||
|
||||
/// Returns the bytecode with the metadata hash stripped out.
|
||||
std::string bytecodeSansMetadata(std::string const& _bytecode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user