Open flesler opened 5 years ago
While createPool() gracefully handles the no-template case, provenance doesn't. You could simply set the default network (new Network(this.input, this.output)) when none is provided and simplify createPool()
createPool()
new Network(this.input, this.output)
While
createPool()
gracefully handles the no-template case, provenance doesn't. You could simply set the default network (new Network(this.input, this.output)
) when none is provided and simplifycreatePool()