aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-6/+4
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-6/+4
* | Move PSBT UTXO fetching to a separate methodAndrew Chow2019-02-161-0/+14
* | Figure out what is missing during signingAndrew Chow2019-02-161-4/+16
* | Implement joinpsbts RPC and testsAndrew Chow2019-02-161-0/+20
|/
* Factor out combine / finalize / extract PSBT helpersGlenn Willen2019-02-111-0/+49
* Remove op== on PSBTs; check compatibility in MergeGlenn Willen2019-02-111-1/+8
* Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+227