Merge pull request #834 from rustyx/chdchain-odr

Fix undefined reference to `CHDChain::VERSION_HD_CHAIN_SPLIT'
This commit is contained in:
David Burkett 2022-07-16 20:01:56 -04:00 committed by GitHub
commit 4ae03b3f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,12 @@ const std::string WATCHMETA{"watchmeta"};
const std::string WATCHS{"watchs"};
} // namespace DBKeys
const int CHDChain::VERSION_HD_BASE;
const int CHDChain::VERSION_HD_CHAIN_SPLIT;
const int CHDChain::VERSION_HD_MWEB;
const int CHDChain::VERSION_HD_MWEB_WATCH;
const int CHDChain::CURRENT_VERSION;
//
// WalletBatch
//