mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
Update wasm.
This commit is contained in:
BIN
Binary file not shown.
Binary file not shown.
@@ -17,7 +17,7 @@
|
|||||||
//! Strongly typed API for Polkadot based around the locally-compiled native
|
//! Strongly typed API for Polkadot based around the locally-compiled native
|
||||||
//! runtime.
|
//! runtime.
|
||||||
|
|
||||||
extern crate polkadot_executor as polkadot_executor;
|
extern crate polkadot_executor;
|
||||||
extern crate polkadot_runtime;
|
extern crate polkadot_runtime;
|
||||||
extern crate polkadot_primitives as primitives;
|
extern crate polkadot_primitives as primitives;
|
||||||
extern crate substrate_client as client;
|
extern crate substrate_client as client;
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -322,7 +322,6 @@ pub mod unhashed {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use primitives::hexdisplay;
|
|
||||||
use runtime_io::{twox_128, TestExternalities, with_externalities};
|
use runtime_io::{twox_128, TestExternalities, with_externalities};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user