Fix number of arguments in SQL query
This commit is contained in:
parent
f5b3ae5238
commit
36991f0a82
@ -250,7 +250,7 @@ class LightningStatsUpdater {
|
||||
med_fee_rate,
|
||||
med_base_fee_mtokens
|
||||
)
|
||||
VALUES (NOW(), ?, ?, ?, ?, ?, ?)`;
|
||||
VALUES (NOW(), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`;
|
||||
|
||||
await DB.query(query, [
|
||||
networkGraph.channels.length,
|
||||
|
Loading…
x
Reference in New Issue
Block a user