diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2025-10-07 15:24:35 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2025-10-07 15:24:35 -0400 |
| commit | 020d980647de90c8532b1ce39f976f0e545aab3a (patch) | |
| tree | 69fb3f94d18999d2cf01479d0926f3e8066364ca /src/cryptonote_basic/cryptonote_format_utils.cpp | |
| parent | de73139f4287c8dc0f47acda6ca9db688a1e834b (diff) | |
| parent | 014f3cd0a178450f7caf25d3cd25e45e9485af6d (diff) | |
| download | monzero-core-020d980647de90c8532b1ce39f976f0e545aab3a.tar.gz monzero-core-020d980647de90c8532b1ce39f976f0e545aab3a.tar.xz monzero-core-020d980647de90c8532b1ce39f976f0e545aab3a.zip | |
Merge pull request #10149
014f3cd cryptonote_basic: remove redundant call to get_transaction_hash() in overload (jeffro256)
Diffstat (limited to 'src/cryptonote_basic/cryptonote_format_utils.cpp')
| -rw-r--r-- | src/cryptonote_basic/cryptonote_format_utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_basic/cryptonote_format_utils.cpp b/src/cryptonote_basic/cryptonote_format_utils.cpp index 2bade9659..ea1508505 100644 --- a/src/cryptonote_basic/cryptonote_format_utils.cpp +++ b/src/cryptonote_basic/cryptonote_format_utils.cpp @@ -1273,7 +1273,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; } |
