Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into v2.2.6-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed Feb 12, 2020
2 parents 9cc0231 + 16c6b43 commit 7c4c88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `nix/` folder contains helper scripts for working with the ledger via Nix.
Use `./nix/install.sh` to install the apps onto the ledger using Nix.

### Developing
Use `nix/env.sh <s or x> to enter a shell where you can run `make` and it will just work. You can also pass a command instead, e.g. `nix/env.sh s --run "make clean SHELL=bash"`.
Use `nix/env.sh <s or x>` to enter a shell where you can run `make` and it will just work. You can also pass a command instead, e.g. `nix/env.sh s --run "make clean SHELL=bash"`.

For development, use `nix/watch.sh s make APP=<tezos_baking|tezos_wallet>` to incrementally build on every change. Be sure to `nix/env.sh s --run "make clean SHELL=bash"` if you start watching a different `APP`.

Expand Down
2 changes: 1 addition & 1 deletion src/operations.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ static inline bool parse_byte(
state->argument_length = MICHELSON_READ_LENGTH;
}

OP_STEP
OP_STEP

// Error on anything but a michelson sequence.
OP_STEP_REQUIRE_BYTE(MICHELSON_TYPE_SEQUENCE);
Expand Down

0 comments on commit 7c4c88a

Please sign in to comment.