fix committee member format

This commit is contained in:
theoreticalbts 2015-10-12 19:30:47 -04:00
parent f57cd74f1b
commit 5c0e5746e8

View file

@ -46,8 +46,7 @@ def main():
"owner_name" : "init"+str(i),
"block_signing_key" : prod[0]["public_key"],
})
committee.append("init"+str(i))
committee.append({"owner_name" : "init"+str(i)})
result = {
"append" : {
"initial_accounts" : wit_accounts },