Skip to content

Commit

Permalink
make -k work with -I
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancdotorg committed Sep 17, 2016
1 parent dbd5abe commit 80a36c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainflayer.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ int main(int argc, char **argv) {
for (;;) {
if (Iopt) {
if (skipping) {
priv_add_uint32(priv, nopt_rem);
priv_add_uint32(priv, nopt_rem + kopt);
skipping = 0;
}
secp256k1_ec_pubkey_batch_incr(BATCH, nopt_mod, batch_upub, batch_priv, priv);
Expand Down

0 comments on commit 80a36c8

Please sign in to comment.