Skip to content

Commit 6465556

Browse files
author
Joshua Mir
committed
ranges in types
1 parent d43bdc7 commit 6465556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datdot-node/pallets/datdot/types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"AttestationId": "u32",
1111
"NoiseKey": "Vec<u8>",
1212
"FeedKey": "Public",
13-
"Ranges": "Vec<(C, C)>",
13+
"Ranges": "Vec<(ChunkIndex, ChunkIndex)>",
1414
"Nonce": "u64",
1515
"Role": {
1616
"_enum": ["Encoder", "Hoster", "Attestor"]

types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"AttestationId": "u32",
1313
"NoiseKey": "Vec<u8>",
1414
"FeedKey": "Public",
15-
"Ranges": "Vec<(C, C)>",
15+
"Ranges": "Vec<(ChunkIndex, ChunkIndex)>",
1616
"Nonce": "u64",
1717
"Role": {
1818
"_enum": [

0 commit comments

Comments
 (0)