addSignersToTransactionMessage
should upgrade feePayer
to a signer
#82
Labels
enhancement
New feature or request
Motivation
Imagine a transaction message with a non-signer fee payer, having address 'abc'. Imagine a signer also having address 'abc'.
If you call
addSignersToTransactionMessage()
on that message, it should notice that the fee payer address matches the signer address, and should ‘upgrade’ thefeePayer
to a signer.Example use case
The text was updated successfully, but these errors were encountered: