Skip to content

Commit

Permalink
fix: adding field to SQL prepare statement (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra-yse authored Feb 27, 2024
1 parent ba45715 commit ed6fd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/history_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func (s *HistoryStore) AddOpenChannelHtlc(ctx context.Context, htlc *history.Ope
, original_amt_msat
, incoming_amt_msat
, forward_time
) VALUES ($1, $2, $3, $4, $5, $6, $7)
) VALUES ($1, $2, $3, $4, $5, $6, $7, $8)
`,
htlc.NodeId,
htlc.PeerId,
Expand Down

0 comments on commit ed6fd76

Please sign in to comment.