Skip to content

Commit ef23ac1

Browse files
committed
nits
1 parent d2e4ba5 commit ef23ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibc-testkit/src/fixtures/core/context.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ where
2222
H: TestHost,
2323
{
2424
#[builder(default)]
25-
pub host: H,
25+
host: H,
2626

2727
#[builder(default = Duration::from_secs(DEFAULT_BLOCK_TIME_SECS))]
2828
block_time: Duration,
@@ -58,12 +58,12 @@ where
5858

5959
let mut context = Self {
6060
main_store: Default::default(),
61+
host: params.host,
6162
ibc_store: MockIbcStore::new(
6263
params.latest_height.revision_number(),
6364
Default::default(),
6465
),
6566
ibc_router: MockRouter::new_with_transfer(),
66-
host: params.host,
6767
};
6868

6969
// store is a height 0; no block

0 commit comments

Comments
 (0)