Skip to content

Commit

Permalink
Update hermes/bin/src/runtime_extensions/hermes/crypto/host.rs
Browse files Browse the repository at this point in the history
Co-authored-by: bkioshn <35752733+bkioshn@users.noreply.github.com>
  • Loading branch information
stevenj and bkioshn committed Apr 5, 2024
1 parent 89d43f1 commit e3f4e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermes/bin/src/runtime_extensions/hermes/crypto/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ impl HostBip32Ed25519 for HermesRuntimeContext {
if let Some(id) = add_resource(self.app_name(), xprv) {
Ok(Resource::new_own(id))
} else {
// TODO(bkioshn): https://github.com/input-output-hk/hermes/issues/183
Err(wasmtime::Error::msg("Error creating new resource"))
}
},
Expand Down

0 comments on commit e3f4e50

Please sign in to comment.