Add log index to Tend

This commit is contained in:
Rob Mulholand
2018-10-23 15:25:21 -05:00
parent e0253cce55
commit db52955669
7 changed files with 42 additions and 13 deletions
+1
View File
@@ -20,6 +20,7 @@ type TendModel struct {
Bid string
Guy string
Tic string
LogIndex uint `db:"log_idx"`
TransactionIndex uint `db:"tx_idx"`
Raw string `db:"raw_log"`
}