Closed kentbull closed 6 months ago
This adds the capability to specify an alias during multisig join. Previously the alias was always set to "test alias" which would cause alias collision problems when doing successive multisig join commands for different identifiers.
I changed the argument name from --alias to be --group to align with the argument name sent in to self.hby.makeGroupHab.
--alias
--group
self.hby.makeGroupHab
This adds the capability to specify an alias during multisig join. Previously the alias was always set to "test alias" which would cause alias collision problems when doing successive multisig join commands for different identifiers.