fix: update feeCalculator layout
This commit is contained in:
committed by
Michael Vines
parent
1712f12e29
commit
d417c7499a
@ -535,12 +535,7 @@ const GetRecentBlockhashAndContextRpcResult = jsonRpcResultAndContext(
|
||||
struct({
|
||||
blockhash: 'string',
|
||||
feeCalculator: struct({
|
||||
burnPercent: 'number',
|
||||
lamportsPerSignature: 'number',
|
||||
maxLamportsPerSignature: 'number',
|
||||
minLamportsPerSignature: 'number',
|
||||
targetLamportsPerSignature: 'number',
|
||||
targetSignaturesPerSlot: 'number',
|
||||
}),
|
||||
}),
|
||||
);
|
||||
|
Reference in New Issue
Block a user