Skip to content

Commit

Permalink
Merge pull request Joystream#5166 from kdembler/argo-default-status
Browse files Browse the repository at this point in the history
update default argo bridge status
  • Loading branch information
kdembler committed Jun 5, 2024
2 parents a59729b + c6d94c7 commit 2d9eac9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime-modules/argo-bridge/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ pub enum BridgeStatus<BlockNumber> {

impl<BlockNumber: Default> Default for BridgeStatus<BlockNumber> {
fn default() -> Self {
BridgeStatus::Thawn {
thawn_ends_at: Default::default(),
}
BridgeStatus::Paused
}
}

0 comments on commit 2d9eac9

Please sign in to comment.