You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) 2017-2018 The Bitcoin Core developers
1
+
// Copyright (c) 2017-2019 The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: src/psbt.h
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) 2009-2018 The Bitcoin Core developers
1
+
// Copyright (c) 2009-2019 The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: src/wallet/psbtwallet.h
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) 2009-2018 The Bitcoin Core developers
1
+
// Copyright (c) 2009-2019 The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
@@ -18,16 +18,14 @@
18
18
*
19
19
* @param[in] pwallet pointer to a wallet
20
20
* @param[in] &psbtx reference to PartiallySignedTransaction to fill in
21
-
* @param[out] &error reference to UniValue to fill with error info on failure
22
21
* @param[out] &complete indicates whether the PSBT is now complete
23
22
* @param[in] sighash_type the sighash type to use when signing (if PSBT does not specify)
24
23
* @param[in] sign whether to sign or not
25
24
* @param[in] bip32derivs whether to fill in bip32 derivation information if available
26
-
* return true on success, false on error (and fills in `error`)
0 commit comments