From f716a6ab491465c96e6ac6bd85ebb276b6b0877c Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Mon, 5 Jun 2017 17:19:48 -0400 Subject: [PATCH] Fix satoshi-vs-nominal error in initial vesting balances --- genesis/genesis.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/genesis/genesis.json b/genesis/genesis.json index ecd9dfbe..5f031554 100644 --- a/genesis/genesis.json +++ b/genesis/genesis.json @@ -207115,13 +207115,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 65468, + "amount": "6546800000", "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 65468 + "begin_balance": "6546800000" } } ] @@ -207150,13 +207150,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 47700, + "amount": "4770000000", "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 47700 + "begin_balance": "4770000000" } } ] @@ -207185,13 +207185,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 52100, + "amount": "5210000000", "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 52100 + "begin_balance": "5210000000" } } ] @@ -207220,13 +207220,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 41000, + "amount": 4100000000, "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 41000 + "begin_balance": 4100000000 } } ] @@ -207255,13 +207255,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 66900, + "amount": "6690000000", "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 66900 + "begin_balance": "6690000000" } } ] @@ -207290,13 +207290,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 36745, + "amount": 3674500000, "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 36745 + "begin_balance": 3674500000 } } ] @@ -207325,13 +207325,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 19787, + "amount": 1978700000, "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 19787 + "begin_balance": 1978700000 } } ] @@ -207360,13 +207360,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 85000, + "amount": "8500000000", "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 85000 + "begin_balance": "8500000000" } } ] @@ -207395,13 +207395,13 @@ "core_balance": 0, "vesting_balances": [{ "asset_symbol": "PPY", - "amount": 85300, + "amount": "8530000000", "policy_type": "linear", "policy": { "begin_timestamp": "2017-05-30T08:09:05", "vesting_cliff_seconds": 31536000, "vesting_duration_seconds": 31536000, - "begin_balance": 85300 + "begin_balance": "8530000000" } } ]