mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
fmt
This commit is contained in:
parent
68e77384ac
commit
26cdfdd824
1 changed files with 2 additions and 3 deletions
|
@ -41,9 +41,8 @@ use tendermint::{
|
||||||
use tokio::sync::RwLock;
|
use tokio::sync::RwLock;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
TENDERMINT_MESSAGE, TRANSACTION_MESSAGE, ReadWrite,
|
TENDERMINT_MESSAGE, TRANSACTION_MESSAGE, ReadWrite, transaction::Transaction as TransactionTrait,
|
||||||
transaction::Transaction as TransactionTrait, Transaction, BlockHeader, Block, BlockError,
|
Transaction, BlockHeader, Block, BlockError, Blockchain, P2p,
|
||||||
Blockchain, P2p,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub mod tx;
|
pub mod tx;
|
||||||
|
|
Loading…
Reference in a new issue