Skip to content
Snippets Groups Projects

Make BuildReceptionIdentity public, and make backup restore function return a...

Merged Jake Taylor requested to merge hotfix/integration into hotfix/RefactorCMD
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -263,7 +263,6 @@ func createPrecannedUser(precannedID uint, rng csprng.Source, grp *cyclic.Group)
// NOTE: not used... RSA Keygen (4096 bit defaults)
rsaKey, err := rsa.GenerateKey(rng, rsa.DefaultRSABitLen)
if err != nil {
r
jww.FATAL.Panicf(err.Error())
}
Loading