mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-03 17:40:34 +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:
parent
c507ab9fd6
commit
9c06cbccad
1 changed files with 2 additions and 0 deletions
|
@ -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)]
|
||||
#[derive(Clone, PartialEq, Eq, Debug, scale::Encode, scale::Decode, scale_info::TypeInfo)]
|
||||
pub struct Transaction<Call: TransactionMember, Extra: TransactionMember> {
|
||||
|
|
Loading…
Reference in a new issue