mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 526e802d69 into merged_master (Elements PR #755)
This Elements PR includes components of Core PR #17211, which since the refactors to use effective value landed, no longer provides the right error message when a user provides an unowned input from a wallet tx. See https://github.com/bitcoin/bitcoin/pull/17211#pullrequestreview-528389011 This breaks a functional test which was included in this PR, but which conveniently has been changed in the current version of the Core PR. I fixed the behavior (commented, in SelectCoins) rather than updating the test to the most recent version.
This commit is contained in:
commit
c7bf5baf96
11 changed files with 365 additions and 71 deletions
|
|
@ -8,12 +8,11 @@
|
|||
|
||||
#include <key.h>
|
||||
#include <pubkey.h>
|
||||
#include <script/keyorigin.h>
|
||||
#include <script/script.h>
|
||||
#include <script/standard.h>
|
||||
#include <sync.h>
|
||||
|
||||
struct KeyOriginInfo;
|
||||
|
||||
/** An interface to be implemented by keystores that support signing. */
|
||||
class SigningProvider
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue