Open
Description
Currently, the royalty payment only support payer_address
that is a wallet (SystemProgram
owned accounts). There are scenarios where the funds are in escrow PDA accounts. Trying to make the payment from these accounts will failed since they are not owned by SystemProgram
and therefore cannot be used in system_instruction::transfer
.