Unverified Commit 662369fe authored by Alexander Theißen's avatar Alexander Theißen Committed by GitHub
Browse files

Fix metadata generation for multisig example (#380)

parent 2ba03515
Pipeline #89266 passed with stages
in 11 minutes and 21 seconds
......@@ -107,6 +107,7 @@ mod multisig_plain {
/// Indicates whether a transaction is already confirmed or needs further confirmations.
#[derive(scale::Encode, scale::Decode, Clone, Copy)]
#[cfg_attr(feature = "ink-generate-abi", derive(type_metadata::Metadata))]
pub enum ConfirmationStatus {
/// The transaction is already confirmed.
Confirmed,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment