Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
chore: address issue and conflicts after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi authored and dirvine committed Jun 14, 2021
1 parent 4c78cb1 commit 81017f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ target/
.cargo/
.DS_Store
.core
core
core
2 changes: 1 addition & 1 deletion src/dkg/commands.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 MaidSafe.net limited.
// Copyright 2021 MaidSafe.net limited.
//
// This SAFE Network Software is licensed to you under The General Public License (GPL), version 3.
// Unless required by applicable law or agreed to in writing, the SAFE Network Software distributed
Expand Down
File renamed without changes.
6 changes: 4 additions & 2 deletions src/dkg/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
// permissions and limitations relating to use of the SAFE Network Software.

use crate::{
dkg::dkg_msgs_utils::DkgFailureSignedUtils,
dkg::{commands::DkgCommand, dkg_msgs_utils::DkgFailureSignedSetUtils},
dkg::{
commands::DkgCommand,
dkg_msgs_utils::{DkgFailureSignedSetUtils, DkgFailureSignedUtils},
},
ed25519::{self, Keypair},
routing::command,
section::{SectionAuthorityProviderUtils, SectionKeyShare},
Expand Down
2 changes: 1 addition & 1 deletion src/dkg/voter.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 MaidSafe.net limited.
// Copyright 2021 MaidSafe.net limited.
//
// This SAFE Network Software is licensed to you under The General Public License (GPL), version 3.
// Unless required by applicable law or agreed to in writing, the SAFE Network Software distributed
Expand Down

0 comments on commit 81017f8

Please sign in to comment.