fix: update feeCalculator layout

This commit is contained in:
Tyera Eulberg
2020-02-28 15:08:27 -08:00
committed by Michael Vines
parent 1712f12e29
commit d417c7499a
5 changed files with 0 additions and 24 deletions

View File

@ -535,12 +535,7 @@ const GetRecentBlockhashAndContextRpcResult = jsonRpcResultAndContext(
struct({
blockhash: 'string',
feeCalculator: struct({
burnPercent: 'number',
lamportsPerSignature: 'number',
maxLamportsPerSignature: 'number',
minLamportsPerSignature: 'number',
targetLamportsPerSignature: 'number',
targetSignaturesPerSlot: 'number',
}),
}),
);