mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 06:29:25 +00:00
Remove now-consolidated primitives crates
This commit is contained in:
@@ -6,7 +6,7 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
use ::alloc::{borrow::Cow, vec::Vec};
|
||||
use alloc::borrow::Cow;
|
||||
|
||||
use sp_core::sr25519::Public;
|
||||
use sp_runtime::{Perbill, Weight, traits::Header as _};
|
||||
@@ -255,7 +255,7 @@ impl serai_abi::TransactionContext for Context {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/* TODO
|
||||
use core::marker::PhantomData;
|
||||
|
||||
// Re-export all components
|
||||
|
||||
Reference in New Issue
Block a user