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:
publish
command to generate <TX_BYTES>.The text was updated successfully, but these errors were encountered: