Skip to content

Commit

Permalink
Update modules/light-clients/08-wasm-light-clients/contracts/ethereum…
Browse files Browse the repository at this point in the history
…-light-client/src/error.rs

Co-authored-by: srdtrk <[email protected]>
  • Loading branch information
gjermundgaraba and srdtrk authored Nov 27, 2024
1 parent 0786d81 commit 3868396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pub enum ContractError {
Std(#[from] StdError),

#[error("Unauthorized")]
Unauthorized {},
Unauthorized,
}

0 comments on commit 3868396

Please sign in to comment.