mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
MERGE-FIX: various compilation fixes
This commit is contained in:
parent
c62fab2d69
commit
51584e73a3
11 changed files with 29 additions and 28 deletions
|
|
@ -95,8 +95,7 @@ txnouttype Solver(const CScript& scriptPubKey, std::vector<std::vector<unsigned
|
|||
vSolutionsRet.clear();
|
||||
|
||||
if (Params().anyonecanspend_aremine && scriptPubKey == CScript() << OP_TRUE) {
|
||||
typeRet = TX_TRUE;
|
||||
return true;
|
||||
return TX_TRUE;
|
||||
}
|
||||
|
||||
// Shortcut for pay-to-script-hash, which are more constrained than the other types:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue