mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 19:50:16 -04:00
Merge pull request #8299
a0df140
feat(trezor): add HF15 support, BP+ (Dusan Klinec)
This commit is contained in:
commit
080fc69435
6 changed files with 232 additions and 181 deletions
|
@ -661,7 +661,7 @@ void block_tracker::process(const block* blk, const transaction * tx, size_t i)
|
|||
for (size_t j = 0; j < tx->vout.size(); ++j) {
|
||||
const tx_out &out = tx->vout[j];
|
||||
|
||||
if (typeid(cryptonote::txout_to_key) != out.target.type()) { // out_to_key
|
||||
if (typeid(cryptonote::txout_to_key) != out.target.type() && typeid(cryptonote::txout_to_tagged_key) != out.target.type()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue