Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: fix function name
Signed-off-by: yinwenyu6 <yinwenyu6@outlook.com>
  • Loading branch information
yinwenyu6 committed Aug 16, 2025
commit df9a22c6b037138fd2e333f89cd26645310b041d
2 changes: 1 addition & 1 deletion hemi/pop/pop.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (tx *TransactionL2) EncodeToOpReturn() ([]byte, error) {
return tsb.Script()
}

// ParseTransactionFromOpReturn attempts to parse the given data
// ParseTransactionL2FromOpReturn attempts to parse the given data
// as an OP_RETURN encoded PoP transaction.
func ParseTransactionL2FromOpReturn(script []byte) (*TransactionL2, error) {
txst := txscript.MakeScriptTokenizer(0, script)
Expand Down
Loading