Skip to content

Commit

Permalink
chore: fix some deepsource warns
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Sep 11, 2023
1 parent dce5a1b commit 238a13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/wazero/imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ func ext_crypto_secp256k1_ecdsa_recover_version_1(ctx context.Context, m api.Mod
return ret
}

func ext_crypto_secp256k1_ecdsa_recover_version_2(ctx context.Context, m api.Module, sig uint32, msg uint32) uint64 {
func ext_crypto_secp256k1_ecdsa_recover_version_2(ctx context.Context, m api.Module, sig, msg uint32) uint64 {
return ext_crypto_secp256k1_ecdsa_recover_version_1(ctx, m, sig, msg)
}

Expand Down

0 comments on commit 238a13e

Please sign in to comment.