fix(server): remove stale mentions of miette

This commit is contained in:
hdbg
2026-04-05 10:44:45 +02:00
committed by Skipper
parent 6a0c512773
commit ba7bfe9b6f
3 changed files with 1 additions and 9 deletions

View File

@@ -59,7 +59,6 @@ pub enum Error {
Database(#[from] DatabaseError),
#[error("Vault is sealed")]
#[diagnostic(code(arbiter::evm::vault_sealed))]
VaultSealed,
}