mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Remove unused and confusing CTransaction constructor
This commit is contained in:
@@ -42,7 +42,7 @@ void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
return CTransaction(deserialize, ds);
|
||||
} catch (const std::ios_base::failure&) {
|
||||
valid_tx = false;
|
||||
return CTransaction();
|
||||
return CTransaction{CMutableTransaction{}};
|
||||
}
|
||||
}();
|
||||
bool valid_mutable_tx = true;
|
||||
|
||||
Reference in New Issue
Block a user