@@ -29,6 +29,7 @@ async fn open_fail() {
2929 push_msat : 3_500_000 ,
3030 asset_amount : Some ( 100 ) ,
3131 asset_id : Some ( asset_id. clone ( ) ) ,
32+ push_asset_amount : None ,
3233 public : true ,
3334 with_anchors : true ,
3435 fee_base_msat : None ,
@@ -63,6 +64,7 @@ async fn open_fail() {
6364 push_msat : 3_500_000 ,
6465 asset_amount : Some ( 100 ) ,
6566 asset_id : Some ( s ! ( "rgb:EIkAVQvq-WbAb5JG-CYxbUER-oqDNwne-ZNxBDID-p0cpf9U" ) ) ,
67+ push_asset_amount : None ,
6668 public : true ,
6769 with_anchors : true ,
6870 fee_base_msat : None ,
@@ -90,6 +92,7 @@ async fn open_fail() {
9092 push_msat : 3_500_000 ,
9193 asset_amount : Some ( 0 ) ,
9294 asset_id : Some ( asset_id. clone ( ) ) ,
95+ push_asset_amount : None ,
9396 public : true ,
9497 with_anchors : true ,
9598 fee_base_msat : None ,
@@ -122,6 +125,7 @@ async fn open_fail() {
122125 push_msat : 3_500_000 ,
123126 asset_amount : Some ( 100 ) ,
124127 asset_id : Some ( s ! ( "bad asset ID" ) ) ,
128+ push_asset_amount : None ,
125129 public : true ,
126130 with_anchors : true ,
127131 fee_base_msat : None ,
@@ -154,6 +158,7 @@ async fn open_fail() {
154158 push_msat : 3_500_000 ,
155159 asset_amount : None ,
156160 asset_id : None ,
161+ push_asset_amount : None ,
157162 public : true ,
158163 with_anchors : true ,
159164 fee_base_msat : None ,
@@ -186,6 +191,7 @@ async fn open_fail() {
186191 push_msat : 3_500_000 ,
187192 asset_amount : Some ( 100 ) ,
188193 asset_id : Some ( asset_id. clone ( ) ) ,
194+ push_asset_amount : None ,
189195 public : true ,
190196 with_anchors : true ,
191197 fee_base_msat : None ,
@@ -220,6 +226,7 @@ async fn open_fail() {
220226 push_msat : 100_000_000 ,
221227 asset_amount : Some ( 100 ) ,
222228 asset_id : Some ( asset_id. clone ( ) ) ,
229+ push_asset_amount : None ,
223230 public : true ,
224231 with_anchors : true ,
225232 fee_base_msat : None ,
@@ -252,6 +259,7 @@ async fn open_fail() {
252259 push_msat : 100_000_001 ,
253260 asset_amount : Some ( 100 ) ,
254261 asset_id : Some ( asset_id. clone ( ) ) ,
262+ push_asset_amount : None ,
255263 public : true ,
256264 with_anchors : true ,
257265 fee_base_msat : None ,
@@ -284,6 +292,7 @@ async fn open_fail() {
284292 push_msat : 3_500_000 ,
285293 asset_amount : Some ( 100 ) ,
286294 asset_id : Some ( asset_id. clone ( ) ) ,
295+ push_asset_amount : None ,
287296 public : true ,
288297 with_anchors : false ,
289298 fee_base_msat : None ,
@@ -318,6 +327,7 @@ async fn open_fail() {
318327 push_msat : 0 ,
319328 asset_amount : None ,
320329 asset_id : None ,
330+ push_asset_amount : None ,
321331 public : true ,
322332 with_anchors : true ,
323333 fee_base_msat : None ,
@@ -350,6 +360,7 @@ async fn open_fail() {
350360 push_msat : 3_500_000 ,
351361 asset_amount : Some ( 2000 ) ,
352362 asset_id : Some ( asset_id. clone ( ) ) ,
363+ push_asset_amount : None ,
353364 public : true ,
354365 with_anchors : true ,
355366 fee_base_msat : None ,
@@ -382,6 +393,7 @@ async fn open_fail() {
382393 push_msat : 3_500_000 ,
383394 asset_amount : Some ( 100 ) ,
384395 asset_id : Some ( asset_id. clone ( ) ) ,
396+ push_asset_amount : None ,
385397 public : true ,
386398 with_anchors : true ,
387399 fee_base_msat : None ,
@@ -414,6 +426,7 @@ async fn open_fail() {
414426 push_msat : 3_500_000 ,
415427 asset_amount : Some ( 100 ) ,
416428 asset_id : Some ( asset_id. clone ( ) ) ,
429+ push_asset_amount : None ,
417430 public : true ,
418431 with_anchors : true ,
419432 fee_base_msat : None ,
@@ -434,6 +447,7 @@ async fn open_fail() {
434447 push_msat : 3_500_000 ,
435448 asset_amount : Some ( 100 ) ,
436449 asset_id : Some ( asset_id) ,
450+ push_asset_amount : None ,
437451 public : true ,
438452 with_anchors : true ,
439453 fee_base_msat : None ,
0 commit comments