Skip to content

Commit

Permalink
pos/vp: do not return early on unknown permitted key
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Nov 9, 2022
1 parent a4419ea commit 105410e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/src/ledger/pos/vp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ where
return Ok(false);
} else {
// Unknown changes anywhere else are permitted
return Ok(true);
}
}

Expand Down

0 comments on commit 105410e

Please sign in to comment.