Skip to content

Commit

Permalink
put new issue in panic message
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjbrettj committed Feb 23, 2024
1 parent c059b4b commit 4432e0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/runtime/wazero/imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ func ext_logging_log_version_1(ctx context.Context, m api.Module, level int32, t
}

func ext_crypto_ecdsa_generate_version_1(ctx context.Context, m api.Module, _ uint32, _ uint64) uint32 {
// TODO See issue #3769
panic("impl")
panic("TODO impl: see https://github.com/ChainSafe/gossamer/issues/3769 ")
}

func ext_crypto_ed25519_generate_version_1(
Expand Down

0 comments on commit 4432e0a

Please sign in to comment.