Skip to content

Commit

Permalink
removed unused variant (EnclaveFailure) from NodeAuthResult
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenpo committed Jul 15, 2020
1 parent ea81f5a commit 2b40171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmwasm/packages/enclave-ffi-types/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ pub enum NodeAuthResult {
MalformedPublicKey,
#[display(fmt = "Encrypting the seed failed")]
SeedEncryptionFailed,
EnclaveFailure,
#[display(fmt = "Enclave panicked :( please file a bug report!")]
Panic,
}
Expand Down

0 comments on commit 2b40171

Please sign in to comment.