Function is_dup_tx
pub fn is_dup_tx(block_number: u64) -> bool
Expand description
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.