[#59] Use tree pool from SDK

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2023-06-09 09:39:01 +03:00
parent 5be537321b
commit 1dfbe36eca
7 changed files with 338 additions and 166 deletions

View file

@ -363,7 +363,6 @@ func getDefaultConfig() *viper.Viper {
v.SetDefault(cfgRPCEndpoint, "http://localhost:30333")
v.SetDefault("server.0.address", testListenAddress)
v.SetDefault(cfgTreeServiceEndpoint, "localhost:8080")
return v
}