nit missing changes

This commit is contained in:
Godmode Galactus 2023-06-01 08:25:33 +02:00
parent d3b83fc472
commit 673d170ae2
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 4 additions and 4 deletions

View File

@ -117,10 +117,10 @@ even if the application is not CPI'd to.
The checks on the PRAW fees will be taken care of by Solana runtime. Total PRAW
fees committed will be included in the transaction through a special parameter
called `SetProgramRebatableAccountWriteFees` so that it is easier to calculate
the total amount of fees that will be paid by the transaction. This parameter will be part of a new
`TransactionHeaderProgram` where all the transaction parameters will be set
through TVL. In case of nonpayment or partial payment, the program is never
executed. This instruction cannot be CPI'ed into.
the total amount of fees that will be paid by the transaction. This parameter
will be part of a new `TransactionHeaderProgram` where all the transaction
parameters will be set through a TVL. In case of nonpayment or partial payment,
the program is never executed. This instruction cannot be CPI'ed into.
Addition of new syscalls to get, set and rebate PRAW fees during program
runtime. Application developers will be able to rebate these fees through the