Przeglądaj źródła

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

Change moderator_pk to Ed25519 pk
develop
Predko Silvestr 2 lat temu
rodzic
commit
40ba214e61
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      common-api/src/api.rs

+ 1
- 1
common-api/src/api.rs Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz