Skip to content

Commit 8fac669

Browse files
committed
api: bump default order version to v4
With this commit we bump the default order version the UI sends to v4 which is the sidecar enabled orders. We can't update this to v5 yet, since for creating script enforced channels, we would also need to send the channel type field along with the order version.
1 parent 76b84e6 commit 8fac669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/api/pool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const MIN_FEE_RATE_KW = 253;
2121

2222
// The latest order version. This should be updated along with pool CLI
2323
// see: https://github.com/lightninglabs/pool/blob/master/order/interface.go#L35
24-
export const ORDER_VERSION = 2;
24+
export const ORDER_VERSION = 4;
2525

2626
const POOL_INITIATOR = 'lit-ui';
2727

0 commit comments

Comments
 (0)