revert(server): bind grant revocation state (revoked_at) to integrity hash

This commit is contained in:
CleverWild
2026-06-09 18:45:30 +02:00
parent 62dff3f810
commit e287459b10
5 changed files with 26 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ impl TryConvert for ProtoSharedSettings {
.valid_until
.map(ProtoTimestamp::try_convert)
.transpose()?,
revoked_at: None,
max_gas_fee_per_gas: self
.max_gas_fee_per_gas
.as_deref()