Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove transition flag (#35)
Browse files Browse the repository at this point in the history
* Get rid of is_set_transition_flag

* Fix tests.

* cargo fmt --all
  • Loading branch information
tomusdrw authored Jan 4, 2021
1 parent 4b021a2 commit 741eb29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/beefy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ where
payload: mmr_root,
block_number: notification.header.number(),
validator_set_id: 0,
is_set_transition_block: false,
};

let signature = match SyncCryptoStore::sign_with(
Expand Down Expand Up @@ -304,7 +303,6 @@ where
payload: round.0,
block_number: round.1,
validator_set_id: 0,
is_set_transition_block: false,
};

let signed_commitment = SignedCommitment { commitment, signatures };
Expand Down

0 comments on commit 741eb29

Please sign in to comment.