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

Commit

Permalink
add column outputs.reserved_til.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Aug 4, 2020
1 parent cd7972c commit 18b94e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ ON CONFLICT (name) DO UPDATE SET val=:val, intval=:intval, blobval=:blobval
ConfirmationHeight int64 `db:"confirmation_height"`
SpendHeight sql.NullInt64 `db:"spend_height"`
ScriptPubKey sqlblob `db:"scriptpubkey"`
ReservedTil sql.NullInt64 `db:"reserved_til"`
}{}, "prev_out_tx, prev_out_index"); err != nil {
return
}
Expand Down

0 comments on commit 18b94e6

Please sign in to comment.