Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hey all. I am trying to sign a transaction without sending it. I am using the signWithoutSending: true property but the transaction is still sent. The snippet: const { sessionId, error } = await sendTransactions({ transactions: [ { value: 1000000000000000000, data: 'xxxxx', receiver: receiver }, ], signWithoutSending: true }); The sign modal is open and after confirm the transaction toast is open and in a second I can observe the transfers in the receiver wallet. This is tested on devnet. Do I am missing something here?