remove unnecessary comment

This commit is contained in:
jonesmarvin8 2026-04-07 18:27:48 -04:00
parent 38a64f6587
commit 6aff85320a

View File

@ -1104,7 +1104,6 @@ async fn token_claiming_path_with_private_accounts() -> Result<()> {
.get_private_account(recipient_account_id)
.unwrap()
.key_chain;
// .context("Failed to get private account keys")?;
// Mint using claiming path (foreign account)
let mint_amount = 9;