Document immunity to https://github.com/paritytech/polkadot-sdk/issues/2947 now that I have permission to disclose it

This commit is contained in:
Luke Parker 2024-01-16 12:06:01 -05:00
parent c507ab9fd6
commit 9c06cbccad
No known key found for this signature in database

View file

@ -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> {