Add log index to Drip file events

This commit is contained in:
Rob Mulholand
2018-10-22 12:14:43 -05:00
parent de294ad8ea
commit d87fb14c6b
15 changed files with 52 additions and 34 deletions
+1
View File
@@ -17,6 +17,7 @@ package vow
type DripFileVowModel struct {
What string
Data string
LogIndex uint `db:"log_idx"`
TransactionIndex uint `db:"tx_idx"`
Raw []byte `db:"raw_log"`
}