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
Current behavior:
deploy the package(0x9941a1ba299db38d9b46f5be2d557781) with secret file which belongs to another address (0xfb989d0cc7eb1b24cebb83cc344a79c3), the prompt is something like
Use package address (0x9941a1ba299db38d9b46f5be2d557781) as transaction sender
txn dry run result:
The deployment is successfull.
but in fact build_and_execute_transaction result is something like
Bug Report
Starcoin version:
V1.12.3
Current behavior:
deploy the package(0x9941a1ba299db38d9b46f5be2d557781) with secret file which belongs to another address (0xfb989d0cc7eb1b24cebb83cc344a79c3), the prompt is something like
but in fact build_and_execute_transaction result is something like
Expected behavior:
Steps to reproduce:
Related code:
https://github.com/starcoinorg/starcoin/blob/master/cmd/starcoin/src/cli_state.rs#L290
https://github.com/starcoinorg/starcoin/blob/master/vm/move-package-manager/src/deployment.rs#L105
Other information:
The text was updated successfully, but these errors were encountered: