Update test genesis.json file to have max account balance

This commit is contained in:
Jae Kwon 2016-03-27 22:28:54 -07:00
parent 8d5274639b
commit 630cfa6eac
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
"base/chainID", "test_chain_id",
"base/account", {
"pub_key": [1, "67D3B5EAF0C0BF6B5A602D359DAECC86A7A74053490EC37AE08E71360587C870"],
"balance": 1000
"balance": 9007199254740992
}
]