mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-14 10:23:08 +00:00
Fmt happy
This commit is contained in:
parent
c44e8d6a89
commit
26a39bb005
@ -28,7 +28,7 @@ pub mod transfer;
|
||||
pub mod types;
|
||||
pub mod wallet;
|
||||
|
||||
use tokio::runtime::{Handle};
|
||||
use tokio::runtime::Handle;
|
||||
|
||||
use crate::error::{print_error, WalletFfiError};
|
||||
|
||||
|
||||
@ -149,4 +149,3 @@ impl From<FfiBytes32> for nssa::AccountId {
|
||||
nssa::AccountId::new(bytes.data)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user