Skip to content

Commit 589f114

Browse files
committed
Fix tower-abci imports
1 parent d5d9d60 commit 589f114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/src/lib/node/ledger/shell/init_chain.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ use namada::types::time::{DateTimeUtc, TimeZone, Utc};
1010
use namada::types::token;
1111
#[cfg(not(feature = "dev"))]
1212
use sha2::{Digest, Sha256};
13-
use tower_abci::{request, response};
1413

1514
use super::*;
1615
use crate::facade::tendermint_proto::abci;
1716
use crate::facade::tendermint_proto::crypto::PublicKey as TendermintPublicKey;
1817
use crate::facade::tendermint_proto::google::protobuf;
18+
use crate::facade::tower_abci::{request, response};
1919
use crate::wasm_loader;
2020

2121
impl<D, H> Shell<D, H>

0 commit comments

Comments
 (0)