Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][compiler-v2] update func resolve_script #4173

Open
nkysg opened this issue Aug 5, 2024 · 0 comments
Open

[Bug Report][compiler-v2] update func resolve_script #4173

nkysg opened this issue Aug 5, 2024 · 0 comments
Labels
enhancement Enhancement

Comments

@nkysg
Copy link
Collaborator

nkysg commented Aug 5, 2024

Feature Request

func script_into_module need add parameter name

pub fn resolve_script(&self, script_code: Vec<u8>) -> Result<TransactionScriptABI> {
let script = CompiledScript::deserialize(&script_code)?;
let script_mod = script_into_module(script);

Describe the Feature Request

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)

@nkysg nkysg added the enhancement Enhancement label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant