Can anyone explain why vesting balance objects would show up differently on different nodes? On my main active witness node (with no keys loaded into the cli_wallet I get get_object 1.13.46
[{
"id": "1.13.46",
"owner": "1.2.22388",
"balance": {
"amount": 2926266575,
"asset_id": "1.3.0"
},
"policy": [
1,{
"vesting_seconds": 86400,
"start_claim": "1970-01-01T00:00:00",
"coin_seconds_earned": "252743032080000",
"coin_seconds_earned_last_update": "2015-09-24T18:21:15"
}
]
}
]
On my laptop (which does have my owner keys imported into the cli_wallet) I get get_object 1.13.46
[{
"id": "1.13.46",
"owner": "1.2.22388",
"balance": {
"amount": 2850282029,
"asset_id": "1.3.0"
},
"policy": [
1,{
"vesting_seconds": 86400,
"start_claim": "1970-01-01T00:00:00",
"coin_seconds_earned": "246177967305600",
"coin_seconds_earned_last_update": "2015-09-24T18:21:15"
}
]
}
]
Am I missing something?
Also witness node is updated to latest source.