xJonathanLEI / starkli

Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for Starknet powered by 🦀 starknet-rs 🦀
https://book.starkli.rs
Apache License 2.0
155 stars 43 forks source link

Error: argent/invalid-owner-sig #79

Closed TudorEsan closed 4 months ago

TudorEsan commented 4 months ago

hi i get this after i run

starkli declare target/dev/multisig_Multisig.contract_class.json

Sierra compiler version not specified. Attempting to automatically decide version to use...
Network detected: sepolia. Using the default compiler version for this network: 2.4.0. Use the --compiler-version flag to choose a different version.
Declaring Cairo 1 class: 0x07ea0dd9cb4b9553b6c884535b80a65d6641f9f33a56a0d588ecc1bcd212aa78
Compiling Sierra class to CASM with compiler version 2.4.0...
CASM class hash: 0x014d1a1f71e6785deed2111ae2868fe8168602407699932291bb1c285cd819dd
Error: TransactionExecutionError (tx index 0): Transaction validation has failed: Execution failed. Failure reason: 0x617267656e742f696e76616c69642d6f776e65722d736967 ('argent/invalid-owner-sig').

does anybody know why?

xJonathanLEI commented 4 months ago

What Starkli version and node version are you using?

TudorEsan commented 4 months ago

Hi @xJonathanLEI the problem was that the account and keystore were different acounts. I think one was on sepolia and the other one was on goerli took me a while to figure it out, maybe a better error would be nice. Thanks for your quick response!