Skip to content

Commit

Permalink
DATA-1361 Trace Streaming Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasadams-imtbl committed Mar 22, 2024
1 parent 9a78e27 commit 8ee200d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public boolean equals(Object o) {

@Override
public int hashCode() {
return Objects.hashCode(type, address, chainId, bytecode, functionSighashes, isErc20, isErc721, blockTimestamp,
return Objects.hashCode(type, address, chainId, bytecode, functionSighashes, isErc20, isErc721, isErc1155, blockTimestamp,
blockNumber,
blockHash);
}
Expand Down

0 comments on commit 8ee200d

Please sign in to comment.