Explorar el Código

Merge pull request #82 from Relayz-io/silvestr/change-acc-id-to-pk

Change moderator_pk to Ed25519 pk
develop
Predko Silvestr hace 2 años
padre
commit
40ba214e61
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      common-api/src/api.rs

+ 1
- 1
common-api/src/api.rs Ver fichero

17
 
17
 
18
 #[derive(Clone, Debug, Serialize, Deserialize)]
18
 #[derive(Clone, Debug, Serialize, Deserialize)]
19
 pub struct Data {
19
 pub struct Data {
20
-    pub moderator_pk: AccountId,
20
+    pub moderator_pk: Ed25519PublicKey,
21
     pub data: Vec<u8>,
21
     pub data: Vec<u8>,
22
 }
22
 }
23
 
23
 

Loading…
Cancelar
Guardar