Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'origin/main' into hotshot/rc-0.…
Browse files Browse the repository at this point in the history
…5.63"

This reverts commit c7324fd, reversing
changes made to d33fda9.
  • Loading branch information
bfish713 committed Jul 22, 2024
1 parent c7324fd commit 97d394e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions types/src/v0/impls/block/full_payload/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,6 @@ impl QueryablePayload<SeqTypes> for Payload {

TxProof::new(index, self, &common)
}

fn transaction(
&self,
_meta: &Self::Metadata,
index: &Self::TransactionIndex,
) -> Option<Self::Transaction> {
self.transaction(index)
}
}

impl std::fmt::Display for Payload {
Expand Down

0 comments on commit 97d394e

Please sign in to comment.