Skip to content

Commit

Permalink
add cache for GetChainBlockStat
Browse files Browse the repository at this point in the history
  • Loading branch information
jonzhang708 committed Mar 11, 2024
1 parent f29b844 commit 93c1ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type Transaction struct {
}

func (Transaction) TableName() string {
return "txs_new"
return "txs"
}

type AddressTransaction struct {
Expand Down

0 comments on commit 93c1ca5

Please sign in to comment.