Skip to content

Commit f95af41

Browse files
committed
[Wallet][Cleanup] Refactor zPIV legacy functions at the end of wallet.*
Removed extra imports in wallet.cpp Zerocoin implementation moved to wallet_zerocoin.cpp Only code move, no functional changes.
1 parent 565b963 commit f95af41

File tree

5 files changed

+955
-953
lines changed

5 files changed

+955
-953
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ set(WALLET_SOURCES
352352
./src/wallet/rpcwallet.cpp
353353
./src/kernel.cpp
354354
./src/wallet/wallet.cpp
355+
./src/wallet/wallet_zerocoin.cpp
355356
./src/wallet/wallet_ismine.cpp
356357
./src/wallet/walletdb.cpp
357358
./src/zpiv/zpivwallet.cpp

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ libbitcoin_wallet_a_SOURCES = \
276276
kernel.cpp \
277277
wallet/wallet.cpp \
278278
wallet/wallet_ismine.cpp \
279+
wallet/wallet_zerocoin.cpp \
279280
wallet/walletdb.cpp \
280281
zpiv/deterministicmint.cpp \
281282
zpiv/zerocoin.cpp \

0 commit comments

Comments
 (0)