Skip to content

Commit f041885

Browse files
committed
fix: adjust error message for mixed key roles
1 parent 5b85eb3 commit f041885

File tree

1 file changed

+1
-1
lines changed
  • lib/integration/framework/Test/Integration/Framework

1 file changed

+1
-1
lines changed

lib/integration/framework/Test/Integration/Framework/TestData.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ errMsg400ScriptTimelocksContradictory =
506506

507507
errMsg400ScriptNotUniformRoles :: String
508508
errMsg400ScriptNotUniformRoles =
509-
"All keys of a script must have the same role: either payment or delegation."
509+
"All keys of a script must have the same role: payment, delegation, policy, representative, committee cold or committee hot."
510510

511511
--------------------------------------------------------------------------------
512512
-- Transaction metadata

0 commit comments

Comments
 (0)