Skip to content

Commit a83b3f2

Browse files
authored
Merge pull request #36 from Foundation-Devices/fingerprint-request-pub
backup: make `seed_fingerprint` field public in RestoreShardRequest
2 parents f26efc5 + c199efd commit a83b3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/api/backup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum BackupShardResponse {
2525
#[quantum_link]
2626
pub struct RestoreShardRequest {
2727
#[n(0)]
28-
seed_fingerprint: [u8; 32],
28+
pub seed_fingerprint: [u8; 32],
2929
}
3030

3131
#[quantum_link]

0 commit comments

Comments
 (0)