security(evm): remove client-controlled wallet_access_id from grant revocation

This commit is contained in:
CleverWild
2026-06-09 19:36:44 +02:00
committed by Skipper
parent bb28d311a1
commit 7e23b3b2ec
5 changed files with 4 additions and 11 deletions

View File

@@ -170,7 +170,6 @@ async fn handle_grant_delete(
let result = match actor
.ask(HandleGrantDelete {
grant_id: req.grant_id,
wallet_access_id: req.wallet_access_id,
})
.await
{