mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
tests: Remove unit test from fuzzing harness
This commit is contained in:
parent
7b169cae20
commit
516cc6fc78
1 changed files with 0 additions and 7 deletions
|
|
@ -41,13 +41,6 @@ void test_one_input(const std::vector<uint8_t>& buffer)
|
|||
assert(script == decompressed_script);
|
||||
}
|
||||
|
||||
for (unsigned int size = 0; size < 6; ++size) {
|
||||
std::vector<unsigned char> vch(GetSpecialScriptSize(size), 0x00);
|
||||
vch.insert(vch.end(), buffer.begin(), buffer.end());
|
||||
CScript decompressed_script;
|
||||
(void)DecompressScript(decompressed_script, size, vch);
|
||||
}
|
||||
|
||||
CTxDestination address;
|
||||
(void)ExtractDestination(script, address);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue