mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-18 14:24:21 +01:00
fix: adding field to SQL prepare statement (#196)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user