Skip to content

Commit 58645a0

Browse files
authored
feat: change Bitcoin identifier from 0xbb to 0xbc
1 parent 471064b commit 58645a0

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`. 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

0 commit comments

Comments
 (0)