Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into hotshot/rc-0.5.63
Browse files Browse the repository at this point in the history
  • Loading branch information
bfish713 committed Jul 22, 2024
2 parents d33fda9 + 8709a14 commit c7324fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/src/v0/impls/block/full_payload/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,14 @@ 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 c7324fd

Please sign in to comment.