pub fn check_tx_relay_rules(
tx: &TransactionVerificationData,
context: &BlockchainContext,
) -> Result<(), RelayRuleError>
Expand description
Checks the transaction passes the relay rules.
Relay rules are rules that govern the txs we accept to our tx-pool and propagate around the network.