Skip to content

Commit

Permalink
Using couscous pp in the node (availproject#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP authored Nov 3, 2023
1 parent 757d10c commit e0cc747
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rpc/kate-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ impl<Client, Block: BlockT> Kate<Client, Block> {
})
.max_capacity(GB)
.build(),
multiproof_srs: kate::testnet::multiproof_params(256, 256), // TODO: pull this from the
// system
multiproof_srs: kate::couscous::multiproof_params(),
}
}
}
Expand Down

0 comments on commit e0cc747

Please sign in to comment.