Skip to content

Commit

Permalink
try to fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
altkdf committed Jan 20, 2025
1 parent 7129b4c commit 740c4fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ address with a spendable script path.

<Tabs groupId="languages">
<TabItem value="motoko" label="Motoko" default>
```motoko no-repl

```motoko no-repl
/// Sign a script spend bitcoin taproot transaction.
///
/// IMPORTANT: This method is for demonstration purposes only and it only
Expand Down Expand Up @@ -336,6 +336,7 @@ address with a spendable script path.
transaction.toBytes();
};
```
<a href="https://github.com/dfinity/examples/blob/2e748ec113f3c829c076fd3733264aa0ab9e5b6b/motoko/basic_bitcoin/src/basic_bitcoin/src/P2tr.mo#L195">
<div align="center">View in the full example.</div>
Expand Down

0 comments on commit 740c4fb

Please sign in to comment.