Skip to content

Commit

Permalink
Merge branch 'jie.pushmessage' of github.com:statechannels/native-uti…
Browse files Browse the repository at this point in the history
…ls into jie.pushmessage
  • Loading branch information
isoosiss7 committed May 2, 2021
2 parents 5de3de8 + 4efe6f2 commit c8ae9e8
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 c8ae9e8

Please sign in to comment.