Merge pull request #834 from rustyx/chdchain-odr

Fix undefined reference to `CHDChain::VERSION_HD_CHAIN_SPLIT'
pull/844/merge
David Burkett 2 years ago committed by GitHub
commit 4ae03b3f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
//

Loading…
Cancel
Save