Skip to content

Commit 1e0ccbd

Browse files
foriequal0mergify[bot]
authored andcommitted
Fix use statement to use relative module path in stake
1 parent a9cd647 commit 1e0ccbd

File tree

1 file changed

+1
-2
lines changed
  • core/src/consensus/tendermint/stake

1 file changed

+1
-2
lines changed

core/src/consensus/tendermint/stake/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ use cstate::{ActionHandler, StateResult, TopLevelState};
2727
use ctypes::errors::RuntimeError;
2828
use rlp::{Decodable, UntrustedRlp};
2929

30-
use self::action_data::{StakeAccount, Stakeholders};
30+
use self::action_data::{Delegation, StakeAccount, Stakeholders};
3131
use self::actions::Action;
3232
pub use self::distribute::fee_distribute;
33-
use consensus::tendermint::stake::action_data::Delegation;
3433
use consensus::ValidatorSet;
3534

3635
const CUSTOM_ACTION_HANDLER_ID: u64 = 2;

0 commit comments

Comments
 (0)