Skip to content

Commit

Permalink
feat(SPV-000): force release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain committed Jun 12, 2024
1 parent 388a646 commit c5994e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func parsePikeCapability(response *CapabilitiesResponse) error {
response.Pike.Invite = &inviteStr
}

// TODO: make outputs required when PIKE transaction will be implemented
// TODO: Ensure the outputs field is required when the 'PIKE' transaction with linked keys is implemented.
if outputsStr, ok := pike["outputs"].(string); ok {
response.Pike.Outputs = &outputsStr
}
Expand Down

0 comments on commit c5994e4

Please sign in to comment.