Skip to content

Commit

Permalink
fix: codec
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Dec 13, 2023
1 parent 8374bbe commit dca5567
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.
40 changes: 6 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion components/clarity-repl/src/codec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,6 @@ pub enum TransactionPayload {
// the previous epoch leader sent two microblocks with the same sequence, and this is proof
PoisonMicroblock(StacksMicroblockHeader, StacksMicroblockHeader),
Coinbase(CoinbasePayload, Option<PrincipalData>, Option<VRFProof>),
// Must contain a Schnorr threshold signature from at least 70% of the Stackers
TenureChange(TenureChangePayload),
}

Expand Down

0 comments on commit dca5567

Please sign in to comment.