earthwallet / taproot-sdk

Bitcoin Taproot SDK
8 stars 3 forks source link

There is a hash but it cannot be indexed on the chain. What is the problem? #3

Open phpmac opened 3 months ago

phpmac commented 3 months ago

    const response = await createTx(
      privateKey,
      parsedUtxos,
      inscriptions,
      undefined,
      senderAddress,
      new BigNumber(1234),
      7
    );
    assert(response.selectedUTXOs.length == 1);
    console.log(response, 'response');

https://mempool.space/zh/testnet/tx/bd08254b3fc1d6f6663171351cd384e9098578f321069c816700c1ec71efc590

phpmac commented 3 months ago

How to send inscription transactions? There is currently a problem with sending. There is a problem with your unit test file.