We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33593b6 commit 00e81e9Copy full SHA for 00e81e9
src/Nethermind/Nethermind.JsonRpc/Data/LogEntryForRpc.cs
@@ -41,7 +41,7 @@ public LogEntryForRpc(TxReceipt receipt, LogEntry logEntry, int index)
41
Removed = false;
42
LogIndex = index;
43
TransactionIndex = receipt.Index;
44
- TransactionHash = receipt.BlockHash;
+ TransactionHash = receipt.TransactionHash;
45
BlockHash = receipt.BlockHash;
46
BlockNumber = receipt.BlockNumber;
47
Address = logEntry.LoggersAddress;
0 commit comments