Skip to content

Commit b744822

Browse files
committed
Merge branch 'intent' of https://github.com/catalystdao/catalyst-documentation into intent
2 parents 58b69d6 + 76802f2 commit b744822

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/protocol/v2/solver.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def fill_single_chain_order(order):
419419
### Bitcoin Deliveries
420420

421421
To identify whether an order contains a Bitcoin transaction, check the output token: `GetOrderData.order.orderData.outputs[].token`. If the output is Bitcoin, the following must hold:
422-
- The first 30 bytes should be equal to `0x000000000000000000000000BB0000000000000000000000000000000000`. Notice the 13'th byte is `0xBB`.
422+
- The first 30 bytes should be equal to `0x000000000000000000000000BC0000000000000000000000000000000000`. Notice the 13'th byte is `0xBC`.
423423
- The 31'th byte is reserved and not checked.
424424
- The 32'th byte contains an address version identifier. Decode as uint8.
425425

@@ -461,21 +461,21 @@ If the transaction is to Bitcoin, the address (`GetOrderData.order.orderData.out
461461
<td>3</td>
462462
<td>P2WPKH</td>
463463
<td>Bech32</td>
464-
<td>b1cq</td>
464+
<td>bc1q</td>
465465
<td>20</td>
466466
</tr>
467467
<tr>
468468
<td>4</td>
469469
<td>P2WSH</td>
470470
<td>Bech32</td>
471-
<td>b1cq</td>
471+
<td>bc1q</td>
472472
<td>32</td>
473473
</tr>
474474
<tr>
475475
<td>5</td>
476476
<td>P2TR</td>
477477
<td>Bech32m</td>
478-
<td>b1cp</td>
478+
<td>bc1p</td>
479479
<td>32</td>
480480
</tr>
481481
</tbody>

0 commit comments

Comments
 (0)