diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-04-19 22:14:03 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-04-19 22:14:03 -0500 |
| commit | 96758a7d05bb1747951ffac87a307d592f882655 (patch) | |
| tree | 20900ece7aacd538bb3bacba72e7592e03bd915f /src/wallet/api | |
| parent | 53bf62d11457b011ac77d6d2947e662259cfec5e (diff) | |
| parent | ea87b30f8907ee11252433811e7a7d0c46758cca (diff) | |
| download | monzero-core-96758a7d05bb1747951ffac87a307d592f882655.tar.gz monzero-core-96758a7d05bb1747951ffac87a307d592f882655.tar.xz monzero-core-96758a7d05bb1747951ffac87a307d592f882655.zip | |
Merge pull request #8061
ea87b30 Add view tags to outputs to reduce wallet scanning time (j-berman)
Diffstat (limited to 'src/wallet/api')
| -rw-r--r-- | src/wallet/api/wallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index c824e2d95..7cd8656e1 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -1743,6 +1743,7 @@ uint64_t WalletImpl::estimateTransactionFee(const std::vector<std::pair<std::str m_wallet->use_fork_rules(8, 0), m_wallet->use_fork_rules(HF_VERSION_CLSAG, 0), m_wallet->use_fork_rules(HF_VERSION_BULLETPROOF_PLUS, 0), + m_wallet->use_fork_rules(HF_VERSION_VIEW_TAGS, 0), m_wallet->get_base_fee(), m_wallet->get_fee_quantization_mask()); } |
