File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ unreleased]
8
8
9
+ ## [[ 2.0.1834] ( https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1834-escrow )] - 2025-07-17
10
+
9
11
### Changed
10
12
11
13
- Expose ` liquid_cycles_balance ` in metrics ([ #8350 ] ( https://github.com/open-chat-labs/open-chat/pull/8350 ) )
Original file line number Diff line number Diff line change @@ -50,9 +50,7 @@ pub struct Swap {
50
50
pub id : u32 ,
51
51
pub location : P2PSwapLocation ,
52
52
pub created_at : TimestampMillis ,
53
- #[ serde( alias = "created_by" ) ]
54
53
pub offered_by : Principal ,
55
- #[ serde( default ) ]
56
54
pub restricted_to : Option < Principal > ,
57
55
pub token0 : TokenInfo ,
58
56
pub amount0 : u128 ,
You can’t perform that action at this time.
0 commit comments