joshua | Flow (2024-05-02)
If I want to send a transaction with the CLI with one account as the authorizer and another account as the proposer and the payer, is this the correct command?
When I try to run it like that, I get this error:
I'm not sure if it is an issue with the CLI or if I am doing something wrong
6 Replies
I've created a thread for your message. Please continue any relevant discussion in this thread.
You can rename this thread using
/title <new title>
If this is a technical question that others may benefit from, considering also asking it on Stackoverflow: https://stackoverflow.com/questions/ask?tags=onflow-cadenceI have signed and sent transactions with both of those accounts before as
--signer
in the flow cli, so I am pretty sure it is not an issue with my flow.json
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Okay I'll try it with the first account as payer
I’ve had to use transactions build then sign then send. That was the only way I could specify alternate payer authorizer and signed. Away from my laptop atm but can try when I get back
It worked with the first account as the payer