Skip to content

Commit 02d4bde

Browse files
committed
fix: add notice to clarify what the 13'th byte is
1 parent 1daf86d commit 02d4bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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`. The 13'th byte is `0xBB`.
422+
- The first 30 bytes should be equal to `0x000000000000000000000000BB0000000000000000000000000000000000`. Notice the 13'th byte is `0xBB`.
423423
- The 31'th byte is reserved and not checked.
424424
- The 32'th byte contains an address version identifier. Decode as uint8.
425425

0 commit comments

Comments
 (0)