feat(evm): add wallet_access_id to grant deletion requests and revocation logic

This commit is contained in:
CleverWild
2026-06-09 19:16:21 +02:00
committed by Skipper
parent 3302bb8995
commit bb28d311a1
5 changed files with 19 additions and 6 deletions

View File

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