mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Remove unreachable or otherwise redundant code
This commit is contained in:
@@ -299,7 +299,6 @@ static void MutateTxAddOutPubKey(CMutableTransaction& tx, const std::string& str
|
||||
if (!pubkey.IsFullyValid())
|
||||
throw std::runtime_error("invalid TX output pubkey");
|
||||
CScript scriptPubKey = GetScriptForRawPubKey(pubkey);
|
||||
CBitcoinAddress addr(scriptPubKey);
|
||||
|
||||
// Extract and validate FLAGS
|
||||
bool bSegWit = false;
|
||||
|
||||
Reference in New Issue
Block a user