Skip to content

Commit

Permalink
fix: add smids group hab call (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull authored Jun 28, 2024
1 parent 566f5e3 commit e1bf1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keri/app/habbing.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def loadHabs(self):
rtr=self.rtr, rvy=self.rvy, kvy=self.kvy, psr=self.psr,
name=habord.name, pre=habord.sid)
elif habord.sid and habord.mid:
hab = SignifyGroupHab(ks=self.ks, db=self.db, cf=self.cf, mgr=self.mgr,
hab = SignifyGroupHab(smids=habord.smids, ks=self.ks, db=self.db, cf=self.cf, mgr=self.mgr,
rtr=self.rtr, rvy=self.rvy, kvy=self.kvy, psr=self.psr,
name=habord.name, pre=pre)
groups.append(habord)
Expand Down

0 comments on commit e1bf1a3

Please sign in to comment.