mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-18 22:34:22 +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
|
, original_amt_msat
|
||||||
, incoming_amt_msat
|
, incoming_amt_msat
|
||||||
, forward_time
|
, forward_time
|
||||||
) VALUES ($1, $2, $3, $4, $5, $6, $7)
|
) VALUES ($1, $2, $3, $4, $5, $6, $7, $8)
|
||||||
`,
|
`,
|
||||||
htlc.NodeId,
|
htlc.NodeId,
|
||||||
htlc.PeerId,
|
htlc.PeerId,
|
||||||
|
|||||||
Reference in New Issue
Block a user