mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-17 05:29:32 +00:00
fmt
This commit is contained in:
parent
a65dcd518d
commit
31722b2f72
@ -273,15 +273,15 @@ impl NodeChainStore {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use std::path::PathBuf;
|
|
||||||
use crate::config::GasConfig;
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use common::merkle_tree_public::TreeHashType;
|
use crate::config::GasConfig;
|
||||||
use secp256k1_zkp::Tweak;
|
|
||||||
use tempfile::tempdir;
|
|
||||||
use accounts::account_core::Account;
|
use accounts::account_core::Account;
|
||||||
use common::block::{Block, Data};
|
use common::block::{Block, Data};
|
||||||
|
use common::merkle_tree_public::TreeHashType;
|
||||||
use common::transaction::{Transaction, TxKind};
|
use common::transaction::{Transaction, TxKind};
|
||||||
|
use secp256k1_zkp::Tweak;
|
||||||
|
use std::path::PathBuf;
|
||||||
|
use tempfile::tempdir;
|
||||||
|
|
||||||
fn create_genesis_block() -> Block {
|
fn create_genesis_block() -> Block {
|
||||||
Block {
|
Block {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user