Skip to content

Commit

Permalink
wallet: move legacy migration code
Browse files Browse the repository at this point in the history
This makes scrippubkeyman.{h,cpp} shorter and should prevent accidental use of legacy IsMine code.
  • Loading branch information
Sjors committed Jan 13, 2025
1 parent e6ccd17 commit 364088a
Show file tree
Hide file tree
Showing 6 changed files with 936 additions and 898 deletions.
1 change: 1 addition & 0 deletions src/wallet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ add_library(bitcoin_wallet STATIC EXCLUDE_FROM_ALL
interfaces.cpp
load.cpp
migrate.cpp
migrate_legacy.cpp
receive.cpp
rpc/addresses.cpp
rpc/backup.cpp
Expand Down
Loading

0 comments on commit 364088a

Please sign in to comment.