package main import ( "github.com/bugout-dev/moonstream/crawlers/txpool/cmd" ) func main() { cmd.InitTxPool() }