diff --git a/core/src/wallet/bitcoin/BitcoinLikeAccount.cpp b/core/src/wallet/bitcoin/BitcoinLikeAccount.cpp index 0c3ab9c716..b51afaaf38 100644 --- a/core/src/wallet/bitcoin/BitcoinLikeAccount.cpp +++ b/core/src/wallet/bitcoin/BitcoinLikeAccount.cpp @@ -116,7 +116,7 @@ namespace ledger { std::vector& out, bool needExtendKeychain) { std::cout << "interpretTransaction:" <getCurrency().name <getCurrency().name == "stakenet"; + bool shouldPrint = ((getWallet()->getCurrency().name == "stakenet") || (getWallet()->getCurrency().name == "digibyte")); if (shouldPrint) std::cout << "account transaction intepretation begin!" << std::endl; auto nodeIndex = std::const_pointer_cast(_keychain)->getFullDerivationScheme().getPositionForLevel(DerivationSchemeLevel::NODE);