mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
Expose getter for txIndexer (#6327)
This commit is contained in:
@@ -1707,6 +1707,11 @@ func (n *Node) Config() *cfg.Config {
|
||||
return n.config
|
||||
}
|
||||
|
||||
// TxIndexer returns the Node's TxIndexer.
|
||||
func (n *Node) TxIndexer() txindex.TxIndexer {
|
||||
return n.txIndexer
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
func (n *Node) Listeners() []string {
|
||||
|
||||
Reference in New Issue
Block a user