Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/err #415

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bbn-1/finality-providers/registry/OrangeBob.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identity": "3A4D5732E464C7BD",
"website": "https://val.orangebob.buzz",
"security_contact": "[email protected]",
"details": "High uptime & Low commision"
"details": "High uptime & Low commission"
},
"eots_pk": "2c961b25702189ebeac186b087a122998be2cdebb2845f70477d061de2123f2d",
"commission": "0.05"
Expand Down
2 changes: 1 addition & 1 deletion parameters/parser/ParamsParser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func TestFailGlobalParamsValidation(t *testing.T) {
_, err = parser.NewParsedGlobalParamsFromFile(fileName)
assert.Equal(t, "invalid params with version 0: covenant quorum 6 cannot be more than the amount of covenants 5", err.Error())

// test invalid convenant pks
// test invalid covenant pks
deepCopy(&defaultGlobalParams, &clonedParams)
clonedParams.Versions[0].CovenantPks = []string{
"04ffeaec52a9b407b355ef6967a7ffc15fd6c3fe07de2844d61550475e7a5233e5",
Expand Down
Loading