Skip to content

Commit

Permalink
chore: devSkim ignore foundation pub temp key
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Apr 24, 2024
1 parent b21cba9 commit 3956757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_client/src/faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub async fn fund_faucet_from_genesis_wallet(

cash_note
} else {
let foundation_key = MainPubkey::from_hex("a4bd3f928c585a63ab6070337316c1832bffd92be8efe9b235ec1c631f03b4bb91e29bbad34994ddf9f77d9858ddb0bb")?;
let foundation_key = MainPubkey::from_hex("a4bd3f928c585a63ab6070337316c1832bffd92be8efe9b235ec1c631f03b4bb91e29bbad34994ddf9f77d9858ddb0bb")?; // DevSkim: ignore DS117838
println!(
"Sending {genesis_balance} from genesis to foundation wallet {foundation_key:?}.."
);
Expand Down

0 comments on commit 3956757

Please sign in to comment.