cilantro-react 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3014,7 +3014,7 @@ async function submitSignedTransaction(walletId, signedTransactionBase64) {
3014
3014
  async function handlePasskeyTransaction(walletId, signerId, transaction, connection) {
3015
3015
  if (!connection) {
3016
3016
  throw new Error(
3017
- "Connection is required for passkey sign-and-send. Pass the connection from your Solana config to useTransactionSigning / TransactionSigningForm."
3017
+ "Connection is required for passkey sign-and-send. Pass the connection from your Solana config."
3018
3018
  );
3019
3019
  }
3020
3020
  const { blockhash, lastValidBlockHeight } = await connection.getLatestBlockhash("confirmed");