Skip to content

Commit

Permalink
tweak shares arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mawdsley committed Nov 18, 2024
1 parent b473e5a commit 26a20f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ substrate.ws_url = "ws://127.0.0.1:9944"

#Secret Sharing Configuration
chunk_size = 48
threshold = 1
share_amount = 2
threshold = 2
share_amount = 3
prime = "1602647667098023157650208502760830646118971559180602279760560620305846622963164828915087516998772696148300120393034934719"
thread_number = 5
enable_blockchain = true
Expand Down

0 comments on commit 26a20f7

Please sign in to comment.