mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Document immunity to https://github.com/paritytech/polkadot-sdk/issues/2947 now that I have permission to disclose it
This commit is contained in:
@@ -21,6 +21,8 @@ impl<
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We use our own Transaction struct, over UncheckedExtrinsic, for more control, a bit more
|
||||||
|
// simplicity, and in order to be immune to https://github.com/paritytech/polkadot-sdk/issues/2947
|
||||||
#[allow(private_bounds)]
|
#[allow(private_bounds)]
|
||||||
#[derive(Clone, PartialEq, Eq, Debug, scale::Encode, scale::Decode, scale_info::TypeInfo)]
|
#[derive(Clone, PartialEq, Eq, Debug, scale::Encode, scale::Decode, scale_info::TypeInfo)]
|
||||||
pub struct Transaction<Call: TransactionMember, Extra: TransactionMember> {
|
pub struct Transaction<Call: TransactionMember, Extra: TransactionMember> {
|
||||||
|
|||||||
Reference in New Issue
Block a user