Skip to content

Commit

Permalink
add place-holders for UpdateProposal certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Nov 18, 2021
1 parent d4aee53 commit 01658a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explorer/src/api/graphql/certificates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ impl TryFrom<chain_impl_mockchain::certificate::Certificate> for Certificate {
certificate::Certificate::EncryptedVoteTally(c) => {
Ok(Certificate::EncryptedVoteTally(EncryptedVoteTally(c)))
}
certificate::Certificate::UpdateProposal(c) => todo!("port this from jormungandr"),
certificate::Certificate::UpdateVote(c) => todo!("port this from jormungandr"),
}
}
}
Expand Down

0 comments on commit 01658a8

Please sign in to comment.