Commit 41e0a05
EchoBT
fix: use correct salt type for reveal_weights
- Update bittensor-rs to 32c6bfa (reveal_weights now takes &[u16] for salt)
- Use get_salt() to properly decode hex storage back to Vec<u16>
- Removes incorrect salt_bytes conversion that caused hash mismatches1 parent c2ba34b commit 41e0a05
File tree
3 files changed
+3
-7
lines changed- crates/bittensor-integration/src
3 files changed
+3
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | 360 | | |
365 | 361 | | |
366 | 362 | | |
367 | 363 | | |
368 | 364 | | |
369 | 365 | | |
370 | | - | |
| 366 | + | |
371 | 367 | | |
372 | 368 | | |
373 | 369 | | |
| |||
0 commit comments