mirror of https://github.com/status-im/EIPs.git
Fix: double curly braces causes syntax error on Liquid template system (#2340)
This commit is contained in:
parent
968969af75
commit
14f9b24433
|
@ -211,7 +211,9 @@ tests := []struct {
|
|||
{
|
||||
// Single signer, no votes cast
|
||||
signers: []string{"A"},
|
||||
blocks: []block{{signer: "A"}},
|
||||
blocks: []block{
|
||||
{signer: "A"}
|
||||
},
|
||||
results: []string{"A"},
|
||||
}, {
|
||||
// Single signer, voting to add two others (only accept first, second needs 2 votes)
|
||||
|
|
Loading…
Reference in New Issue