mirror of
https://github.com/monero-project/monero.git
synced 2026-01-12 08:31:10 -05:00
cryptonote_basic: remove redundant call to get_transaction_hash() in overload
Issue noticed by DataHoarder.
This commit is contained in:
parent
b591866fcf
commit
ca27d519df
1 changed files with 0 additions and 1 deletions
|
|
@ -1256,7 +1256,6 @@ namespace cryptonote
|
|||
crypto::hash get_transaction_hash(const transaction& t)
|
||||
{
|
||||
crypto::hash h = null_hash;
|
||||
get_transaction_hash(t, h, NULL);
|
||||
CHECK_AND_ASSERT_THROW_MES(get_transaction_hash(t, h, NULL), "Failed to calculate transaction hash");
|
||||
return h;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue