Skip to content

Commit

Permalink
Update packages/native-utils/common/src/state.rs
Browse files Browse the repository at this point in the history
Co-authored-by: andrewgordstewart <[email protected]>
  • Loading branch information
isoosiss7 and andrewgordstewart authored May 2, 2021
1 parent dec2b7d commit 4efe6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/native-utils/common/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl State {
}
} else {
if self.is_final {
Err("isFinal retrograde")
Err("transition from a final state to a non-final state")
} else {
if to_state.turn_num < Uint48(2 * to_state.channel.participants.len() as u64) {
if self.outcome != to_state.outcome {
Expand Down

0 comments on commit 4efe6f2

Please sign in to comment.