We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f26efc5 + c199efd commit a83b3f2Copy full SHA for a83b3f2
api/src/api/backup.rs
@@ -25,7 +25,7 @@ pub enum BackupShardResponse {
25
#[quantum_link]
26
pub struct RestoreShardRequest {
27
#[n(0)]
28
- seed_fingerprint: [u8; 32],
+ pub seed_fingerprint: [u8; 32],
29
}
30
31
0 commit comments