mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 06:55:42 +00:00
Build fix for wasm.
This commit is contained in:
@@ -240,7 +240,6 @@ mod tests {
|
|||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use rustc_hex::FromHex;
|
use rustc_hex::FromHex;
|
||||||
use primitives::ed25519::hexdisplay::HexDisplay;
|
|
||||||
|
|
||||||
#[derive(Debug, Default)]
|
#[derive(Debug, Default)]
|
||||||
struct TestExternalities {
|
struct TestExternalities {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
use runtime_support::Vec;
|
||||||
use keyedvec::KeyedVec;
|
use keyedvec::KeyedVec;
|
||||||
use storable::{Storable, StorageVec};
|
use storable::{Storable, StorageVec};
|
||||||
use primitives::{BlockNumber, Balance, AccountID};
|
use primitives::{BlockNumber, Balance, AccountID};
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user