diff --git a/web3_proxy/src/frontend/users/referral.rs b/web3_proxy/src/frontend/users/referral.rs index c5c3c926..f8ad8590 100644 --- a/web3_proxy/src/frontend/users/referral.rs +++ b/web3_proxy/src/frontend/users/referral.rs @@ -196,6 +196,7 @@ pub async fn user_shared_referral_stats( // Start inserting json's into this out.push(info); } else { + // TODO: i don't think we want a warn. i think we want to change the query to return the data differently warn!("no referral record for referrer: {:#?}", referrer); } }