mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-02 20:09:03 +00:00
Disable computing hash, it is delayed
This commit is contained in:
parent
642b7cdfd4
commit
606f632d93
1 changed files with 1 additions and 4 deletions
|
@ -533,10 +533,7 @@ namespace lws
|
|||
|
||||
send_webhook sender{disk, client, verify_mode};
|
||||
for (const auto& tx : parsed->txes)
|
||||
{
|
||||
const crypto::hash hash = cryptonote::get_transaction_hash(tx);
|
||||
scan_transaction_base(users, db::block_id::txpool, time, hash, tx, fake_outs, null_spend{}, sender);
|
||||
}
|
||||
scan_transaction_base(users, db::block_id::txpool, time, crypto::hash{}, tx, fake_outs, null_spend{}, sender);
|
||||
}
|
||||
|
||||
void update_rates(rpc::context& ctx)
|
||||
|
|
Loading…
Reference in a new issue