Skip to content

Commit 2c81605

Browse files
committed
fix 'Set Delegate' parser for managertz op
1 parent 5bafa7c commit 2c81605

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/operations.c

-2
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,6 @@ static inline bool parse_byte(
635635

636636
case STEP_MICHELSON_SET_DELEGATE_CHAIN:
637637

638-
OP_STEP_REQUIRE_SHORT(MICHELSON_SOME)
639-
640638
{
641639
uint16_t val = MICHELSON_READ_SHORT;
642640
if(val != MICHELSON_SET_DELEGATE) PARSE_ERROR();

test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ is run 2 times -- once to test the rejection of the ledger's prompt, and once to
2727

2828
To run only a specific section with no rejections, run:
2929
```
30-
./run-flextesa-tests ledger-wallet Carthage --only-test=<section> --no-rejections
30+
./test/run-flextesa-tests.sh ledger-wallet Carthage --only-test <section> --no-rejections
3131
```
3232

3333
#### Notes about development on flextesa

0 commit comments

Comments
 (0)