Update secrets.js initialization to support up to 128 shares
This commit is contained in:
parent
4b0aebcfba
commit
cd928ceef1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ ninja.wallets.splitwallet = {
|
|||
open: function () {
|
||||
document.getElementById("splitarea").style.display = "block";
|
||||
secrets.setRNG();
|
||||
secrets.init(3);
|
||||
secrets.init(7);
|
||||
},
|
||||
|
||||
close: function () {
|
||||
|
|
Loading…
Reference in a new issue