pub fn is_dup_tx(block_number: u64) -> bool
Returns true if transaction is the second or third appearance of the transaction. The blocks with replayed transaction happen to only contain the single transaction.
true