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.mjs CHANGED
@@ -2976,7 +2976,7 @@ async function submitSignedTransaction(walletId, signedTransactionBase64) {
2976
2976
  async function handlePasskeyTransaction(walletId, signerId, transaction, connection) {
2977
2977
  if (!connection) {
2978
2978
  throw new Error(
2979
- "Connection is required for passkey sign-and-send. Pass the connection from your Solana config to useTransactionSigning / TransactionSigningForm."
2979
+ "Connection is required for passkey sign-and-send. Pass the connection from your Solana config."
2980
2980
  );
2981
2981
  }
2982
2982
  const { blockhash, lastValidBlockHeight } = await connection.getLatestBlockhash("confirmed");