Skip to content

Commit

Permalink
Fix tower-abci imports
Browse files Browse the repository at this point in the history
  • Loading branch information
james-chf committed Oct 28, 2022
1 parent 5d3e7ec commit 10f5c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/lib/node/ledger/shell/init_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ use namada::types::time::{DateTimeUtc, TimeZone, Utc};
use namada::types::token;
#[cfg(not(feature = "dev"))]
use sha2::{Digest, Sha256};
use tower_abci::{request, response};

use super::*;
use crate::facade::tendermint_proto::abci;
use crate::facade::tendermint_proto::crypto::PublicKey as TendermintPublicKey;
use crate::facade::tendermint_proto::google::protobuf;
use crate::facade::tower_abci::{request, response};
use crate::wasm_loader;

impl<D, H> Shell<D, H>
Expand Down

0 comments on commit 10f5c54

Please sign in to comment.