Skip to content

Commit

Permalink
post-rebase fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
josibake authored and Eunovo committed Jun 27, 2024
1 parent 1654ead commit 4632d49
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/test/key_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@

#include <common/system.h>
#include <key_io.h>
<<<<<<< HEAD
#include <span.h>
=======
#include <silentpaymentkey.h>
>>>>>>> 6eb1979623 (Encode and Decode Sp Key tests)
#include <streams.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/scriptpubkeyman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,7 @@ isminetype DescriptorScriptPubKeyMan::IsMine(const CScript& script) const
}
return ISMINE_NO;
}

if (m_map_spk_tweaks.count(script) > 0) {
return ISMINE_SPENDABLE;
}
Expand Down
1 change: 0 additions & 1 deletion src/wallet/scriptpubkeyman.h
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ class DescriptorScriptPubKeyMan : public ScriptPubKeyMan

public:
DescriptorScriptPubKeyMan(WalletStorage& storage, WalletDescriptor& descriptor, int64_t keypool_size);

DescriptorScriptPubKeyMan(WalletStorage& storage, int64_t keypool_size)
: ScriptPubKeyMan(storage),
m_keypool_size(keypool_size)
Expand Down
1 change: 1 addition & 0 deletions src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
#include <util/string.h>
#include <util/time.h>
#include <util/translation.h>
#include <undo.h>
#include <wallet/coincontrol.h>
#include <wallet/context.h>
#include <wallet/crypter.h>
Expand Down
1 change: 1 addition & 0 deletions src/wallet/walletdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ extern const std::string ORDERPOSNEXT;
extern const std::string POOL;
extern const std::string PURPOSE;
extern const std::string SETTINGS;
extern const std::string SPTWEAK;
extern const std::string TX;
extern const std::string SPTWEAK;
extern const std::string VERSION;
Expand Down

0 comments on commit 4632d49

Please sign in to comment.