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

Commit

Permalink
channels: closer and state_change_reason
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 9, 2020
1 parent dc1308b commit 6a7f712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ ON CONFLICT (name) DO UPDATE SET val=:val, intval=:intval, blobval=:blobval
OptionAnchorOutputs int64 `db:"option_anchor_outputs"`
FullChannelId sqlblob `db:"full_channel_id"`
FundingPSBT sqlblob `db:"funding_psbt"`
Closer int64 `db:"closer"`
StateChangeReason int64 `db:"state_change_reason"`
}{}, "id"); err != nil {
return
}
Expand Down

0 comments on commit 6a7f712

Please sign in to comment.