mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-19 21:55:03 +01:00
feat: Add migration for keyset_id as foreign key in SQLite database (#634)
This commit is contained in:
@@ -37,4 +37,10 @@ pub enum Error {
|
||||
/// Attempt to update state of spent proof
|
||||
#[error("Attempt to update state of spent proof")]
|
||||
AttemptUpdateSpentProof,
|
||||
/// Proof not found
|
||||
#[error("Proof not found")]
|
||||
ProofNotFound,
|
||||
/// Invalid keyset
|
||||
#[error("Unknown or invalid keyset")]
|
||||
InvalidKeysetId,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user