| 38 | const PubKeyStorePath = "./public.keystore" |
| 39 | |
| 40 | type nilSessionPool struct{} |
| 41 | |
| 42 | func (p *nilSessionPool) Get(id proto.NodeID) (rpc.Client, error) { |
| 43 | return p.GetEx(id, false) |
nothing calls this directly
no outgoing calls
no test coverage detected