You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing according to the document will report an error when it comes to the last step.
$ sui client publish ${package} --serialize-unsigned-transaction
Raw tx_bytes to execute: <TX_BYTES>
$ sui client execute-signed-tx --tx-bytes <TX_BYTES> --signatures <SERIALIZED-MULTISIG>
[warning] Client/Server api version mismatch, client api version : 1.39.1, server api version : 1.39.3
RPC call failed: ErrorObject { code: ServerError(-32002), message: "Invalid user signature: Required Signature from 0xa0e9e2f2c4db22b37d7b61269aab4a42bfcad9eb51d5ca0329942b3d4bc327ab is absent [\"0x233215dd07c98701d5d8a2635b46786508201b06b630be6c9c2a94e55b7320da\"]", data: None }
The text was updated successfully, but these errors were encountered:
Can you double check that indeed all signatures were included? Also, the multisig address is different than the active address that is set when executing a transaction, so you likely have to pay for gas from a different gas object, I think.
I think it's a problem with the sui client command, because I've tried it dozens of times according to the documentation. The only difference is that it's applied in the publish scenario.
publish
command to generate <TX_BYTES>.The text was updated successfully, but these errors were encountered: