updates TODO

This commit is contained in:
Arya 2024-04-29 16:51:42 -04:00
parent 3ae69f970f
commit 536a638b7a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ impl Solution {
pub fn check(&self, header: &Header) -> Result<(), Error> {
// TODO:
// - Add Equihash parameters field to `testnet::Parameters`
// - Update `Solution::Regtest` variant to hold a `Vec` to support arbitrary parameters
// - Update `Solution::Regtest` variant to hold a `Vec` to support arbitrary parameters - rename to `Other`
let n = 200;
let k = 9;
let nonce = &header.nonce;