pub const TRANSACTION_SIZE_LIMIT: u64 = _; // 512_000u64
Expand description

The maximum size of the tx-pool to accept transactions The ckb consensus does not limit the size of a single transaction, but if the size of the transaction is close to the limit of the block, it may cause the transaction to fail to be packed