Skip to content

Commit

Permalink
skip the invalid kyc_transaction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Dec 4, 2024
1 parent 11d270c commit 1ce8d68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rpc_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ impl RpcService {
Err(on_block_error) => match self.get_proposal(proposal_id).await {
Ok(proposal) => Ok(proposal.data),
Err(rpc_error) => {
// After Block 122723375 & 122938305
// TODO caught error: Failed to get proposal on block: DeserializeError(Error("missing field `kyc_verified`", line: 0, column: 0))
eprintln!(
"Failed to get proposal from RPC on block height {} and id {}",
block_id, proposal_id,
Expand Down

0 comments on commit 1ce8d68

Please sign in to comment.