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

A Issue for OP_PushBytes #5

Open
cyl19970726 opened this issue Apr 9, 2024 · 0 comments
Open

A Issue for OP_PushBytes #5

cyl19970726 opened this issue Apr 9, 2024 · 0 comments

Comments

@cyl19970726
Copy link

cyl19970726 commented Apr 9, 2024

let scripts3 = script!{
            0x90
            OP_DROP
            OP_1
        };

My expect output is "P_PUSHBYTES_1 90 OP_DROP OP_PUSHNUM_1", but the actual output is "OP_PUSHBYTES_2 9000 OP_DROP OP_PUSHNUM_1"
What causes this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant