mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
fmt
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user