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

How to use exec command #21

Closed
JBaczuk opened this issue Aug 6, 2018 · 2 comments
Closed

How to use exec command #21

JBaczuk opened this issue Aug 6, 2018 · 2 comments

Comments

@JBaczuk
Copy link
Contributor

JBaczuk commented Aug 6, 2018

Maybe this isn't implemented yet, or I'm doing it wrong, but I've tried:

btcdeb> exec OP_1
Error: Opcode missing or not understood
script  |  stack
--------+--------
btcdeb> exec 'OP_1'
Error: Opcode missing or not understood
script  |  stack
--------+--------
btcdeb> exec '[OP_1]'
error: invalid opcode [OP_1]
script  |  stack
--------+--------
btcdeb> exec 'OP_1 OP_2 OP_ADD'
error: invalid opcode OP_1 OP_2 OP_ADD
script  |  stack
--------+--------
btcdeb> exec 'OP_ADD'
Error: Opcode missing or not understood
script  |  stack
--------+--------
@kallewoof
Copy link
Member

Looks like a bug. Thanks for reporting, will look into it.

@kallewoof
Copy link
Member

The bug caused by this was fixed in latest master. Thanks again for the report!

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

2 participants