Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Topic OP
question about optional "-maxorphantx"
by
lovecodelc
on 30/09/2016, 11:00:17 UTC
⭐ Merited by ETFbitcoin (2)
Hi,all.
i have a question about optional "maxorphantx", when a transaction arrives, full node will verify it and put it into mempool if valid, if count of transactions in mempool is up to  maxorphantx value ,the code will "sweep out expired orphan pool entries" or "evict a random orphan". Is there any possibility that "such transaction" will be obsoleted when all full node' mempool's maxorphantx values arrives max? if it happens, the block cannot record "such transaction" because it not in all full node' mempool.
Thank you.