Skip to content

Commit

Permalink
[!] fix solana favourate sns name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed Apr 10, 2024
1 parent c370974 commit 90d9eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/upstream/solana/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async fn fetch_by_wallet(target: &Target) -> Result<TargetProcessedList, Error>
let format_sol = format_domain(&favourite_domain);
trace!(?target, "Favourite Domain Founded({})", format_sol);
solana.reverse = Some(true); // set reverse
solana.display_name = Some(format_sol.clone());
let farvourite_sns = Identity {
uuid: Some(Uuid::new_v4()),
platform: Platform::SNS,
Expand Down

0 comments on commit 90d9eee

Please sign in to comment.