fix committee member format
This commit is contained in:
parent
f57cd74f1b
commit
5c0e5746e8
1 changed files with 1 additions and 2 deletions
|
|
@ -46,8 +46,7 @@ def main():
|
||||||
"owner_name" : "init"+str(i),
|
"owner_name" : "init"+str(i),
|
||||||
"block_signing_key" : prod[0]["public_key"],
|
"block_signing_key" : prod[0]["public_key"],
|
||||||
})
|
})
|
||||||
committee.append("init"+str(i))
|
committee.append({"owner_name" : "init"+str(i)})
|
||||||
|
|
||||||
result = {
|
result = {
|
||||||
"append" : {
|
"append" : {
|
||||||
"initial_accounts" : wit_accounts },
|
"initial_accounts" : wit_accounts },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue