Align context diagnostics to use similar syntax.
This commit is contained in:
parent
7251b2d01e
commit
4e51e49fe6
|
@ -24,9 +24,11 @@
|
||||||
|
|
||||||
{ 5: [[0, 0, 121([]), [1000000, 100000000]]]
|
{ 5: [[0, 0, 121([]), [1000000, 100000000]]]
|
||||||
|
|
||||||
, 6: [h'VALIDATOR']
|
, 6: [h'{{ VALIDATOR }}']
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
true,
|
true,
|
||||||
|
|
||||||
null
|
null
|
||||||
]
|
]
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
, 2: [ 0, h'fcaa61fb85676101d9e3398a484674e71c45c3fd41b492682f3b0054f4cf3273' ]
|
, 2: [ 0, h'fcaa61fb85676101d9e3398a484674e71c45c3fd41b492682f3b0054f4cf3273' ]
|
||||||
, 3: 24(h'8202583D583B0100003232323232323222253330064A22930B180080091129998030010A4C26600A6002600E0046660060066010004002AE695CDAAB9F5742AE89')
|
, 3: 24(h'8202583D583B0100003232323232323222253330064A22930B180080091129998030010A4C26600A6002600E0046660060066010004002AE695CDAAB9F5742AE89')
|
||||||
}
|
}
|
||||||
|
|
||||||
, { 0: h'100000000000000000000000000000000000000000000000000000000066666666666666666666666666666666666666666666666666666666'
|
, { 0: h'100000000000000000000000000000000000000000000000000000000066666666666666666666666666666666666666666666666666666666'
|
||||||
, 1: 1000000
|
, 1: 1000000
|
||||||
, 2: [ 1, 24(h'D8799F182AFF') ]
|
, 2: [ 1, 24(h'D8799F182AFF') ]
|
||||||
|
@ -22,9 +23,11 @@
|
||||||
|
|
||||||
, 5: [[0, 0, 121([]), [1000000, 100000000]]]
|
, 5: [[0, 0, 121([]), [1000000, 100000000]]]
|
||||||
|
|
||||||
, 6: []
|
, 6: [h'{{ VALIDATOR }}']
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
true,
|
true,
|
||||||
|
|
||||||
null
|
null
|
||||||
]
|
]
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
, 6: [h'{{ VALIDATOR }}']
|
, 6: [h'{{ VALIDATOR }}']
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
true,
|
true,
|
||||||
|
|
||||||
null
|
null
|
||||||
]
|
]
|
||||||
|
|
|
@ -32,9 +32,11 @@
|
||||||
, [3, 1, 121([]), [1000000, 100000000]]
|
, [3, 1, 121([]), [1000000, 100000000]]
|
||||||
]
|
]
|
||||||
|
|
||||||
, 6: [ h'583b010000323232323232322253330054a22930b180080091129998030010a4c26600a6002600e0046660060066010004002ae695cdaab9f5742ae881' ]
|
, 6: [ {{ VALIDATOR }}, h'583b010000323232323232322253330054a22930b180080091129998030010a4c26600a6002600e0046660060066010004002ae695cdaab9f5742ae881' ]
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
true,
|
true,
|
||||||
|
|
||||||
null
|
null
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue