Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
add column channel_htlcs.we_filled.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed May 13, 2020
1 parent 578f4e5 commit cd7972c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Expand Up @@ -277,6 +277,7 @@ ON CONFLICT (name) DO UPDATE SET val=:val, intval=:intval, blobval=:blobval
ReceivedTime sql.NullInt64 `db:"received_time"`
LocalFailMsg sqlblob `db:"localfailmsg"`
PartId sql.NullInt64 `db:"partid"`
WeFilled sql.NullInt64 `db:"we_filled"`
}{}, "id"); err != nil {
return
}
Expand Down

0 comments on commit cd7972c

Please sign in to comment.