Closed zmcNotafraid closed 1 year ago
https://github.com/nervosnetwork/ckb/blob/master/rpc/README.md#type-status
These txs's status were unknown. But the service code didn't handle this situation.So they were fetched and run every time. We need to make these claim event rejected and don't fetch in future process.
PR: https://github.com/Magickbase/ckb-testnet-faucet/pull/8
These txs's status were unknown. But the service code didn't handle this situation.So they were fetched and run every time. We need to make these claim event rejected and don't fetch in future process.