fix: add burnPercent field to FeeCalculator (#381)

This commit is contained in:
Michael Vines
2019-06-26 13:49:29 -07:00
parent 5d81280c97
commit 684605fd5c
3 changed files with 22 additions and 12 deletions

View File

@ -19,6 +19,11 @@ export function mockGetRecentBlockhash() {
recentBlockhash.publicKey.toBase58(),
{
lamportsPerSignature: 42,
burnPercent: 50,
maxLamportsPerSignature: 42,
minLamportsPerSignature: 42,
targetLamportsPerSignature: 42,
targetSignaturesPerSlot: 42,
},
],
},