Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Forgotten import.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw committed Nov 25, 2019
1 parent a645b90 commit f8c9540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ impl_runtime_apis! {
#[cfg(test)]
mod tests {
use super::*;
use system::offchain::SubmitSignedTransaction;
use system::offchain::{SignAndSubmitTransaction, SubmitSignedTransaction};

#[test]
fn validate_bounds() {
Expand All @@ -724,7 +724,7 @@ mod tests {
>,
{}

fn is_sign_and_submit_transaction<T>(_arg: T) where
fn is_sign_and_submit_transaction<T>() where
T: SignAndSubmitTransaction<
Runtime,
Call,
Expand Down

0 comments on commit f8c9540

Please sign in to comment.