Skip to content

Commit

Permalink
graphql: fix invalid macro on Certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Jun 8, 2021
1 parent 1eee29f commit 50dae54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion explorer/src/api/graphql/certificates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use super::{Address, BlockDate, ExplorerAddress, Pool, Proposal, TaxType};

// interface for grouping certificates as a graphl union
#[derive(Union)]
#[graphql(Context = Context)]
pub enum Certificate {
StakeDelegation(StakeDelegation),
OwnerStakeDelegation(OwnerStakeDelegation),
Expand Down

0 comments on commit 50dae54

Please sign in to comment.