Skip to content

Commit

Permalink
Fixes missing manager when creating a new namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nkcr committed Apr 24, 2020
1 parent 4b756f2 commit 9ae1d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mino/minoch/mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (m *Minoch) GetAddress() mino.Address {
// MakeNamespace returns an instance restricted to the namespace.
func (m *Minoch) MakeNamespace(path string) (mino.Mino, error) {
newMinoch := &Minoch{
manager: m.manager,
identifier: m.identifier,
path: fmt.Sprintf("%s/%s", m.path, path),
rpcs: m.rpcs,
Expand Down

0 comments on commit 9ae1d94

Please sign in to comment.