Skip to content

Commit 690572c

Browse files
author
Joshua Mir
committed
fixed treehashpayload type
1 parent ff397a3 commit 690572c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datdot-node/pallets/datdot/types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"hash_number": "u64",
2525
"total_length": "u64"
2626
},
27-
"RootHashPayload": {
27+
"TreeHashPayload": {
2828
"hash_type": "u8",
2929
"children": "Vec<ParentHashInRoot>"
3030
},

types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"hash_number": "u64",
2727
"total_length": "u64"
2828
},
29-
"RootHashPayload": {
29+
"TreeHashPayload": {
3030
"hash_type": "u8",
3131
"children": "Vec<ParentHashInRoot>"
3232
},

0 commit comments

Comments
 (0)