Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(BUX-525); remove graphql comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Jan 30, 2024
1 parent be6ada0 commit 52b74ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_destination.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (c *Client) NewDestinationForLockingScript(ctx context.Context, xPubID, loc
}

// set the monitoring, passed down from the initiating function
// this will be set when calling NewDestination from http / graphql, but not for instance paymail
// this will be set when calling NewDestination from http, but not for instance paymail
if monitor {
destination.Monitor = customTypes.NullTime{NullTime: sql.NullTime{
Valid: true,
Expand Down

0 comments on commit 52b74ed

Please sign in to comment.