mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Prepare codebase for Encrypted Keys.
This commit is contained in:
parent
e94010b239
commit
acd6501610
9 changed files with 274 additions and 29 deletions
|
|
@ -416,7 +416,6 @@ bool AppInit2(int argc, char* argv[])
|
|||
//// debug print
|
||||
printf("mapBlockIndex.size() = %d\n", mapBlockIndex.size());
|
||||
printf("nBestHeight = %d\n", nBestHeight);
|
||||
printf("mapKeys.size() = %d\n", pwalletMain->mapKeys.size());
|
||||
printf("setKeyPool.size() = %d\n", pwalletMain->setKeyPool.size());
|
||||
printf("mapPubKeys.size() = %d\n", mapPubKeys.size());
|
||||
printf("mapWallet.size() = %d\n", pwalletMain->mapWallet.size());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue