fix: adding field to SQL prepare statement (#196)

This commit is contained in:
yse
2024-02-27 16:23:12 +01:00
committed by GitHub
parent ba45715f8a
commit ed6fd76b31

View File

@@ -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,