Signing, basis for federation

This commit is contained in:
timokoesters
2020-04-22 11:53:06 +02:00
parent 9b79798e56
commit b0d9ccdb2d
8 changed files with 137 additions and 35 deletions

View File

@@ -127,7 +127,7 @@ impl Database {
&*db.update_and_fetch("keypair", utils::generate_keypair)
.unwrap()
.unwrap(),
"0.0.0".to_owned(),
"key1".to_owned(),
)
.unwrap(),
_db: db,