fix: remove grant/grant_term from inflation (#489)

This commit is contained in:
Sunny Gleason
2019-09-20 09:17:35 -04:00
committed by Michael Vines
parent 97c07c7b0a
commit e031710ae0
2 changed files with 12 additions and 7 deletions

View File

@@ -82,8 +82,6 @@ type VoteAccountStatus = {
const GetInflationResult = struct({
foundation: 'number',
foundation_term: 'number',
grant: 'number',
grant_term: 'number',
initial: 'number',
storage: 'number',
taper: 'number',