Skip to content

Commit

Permalink
Fix schedule post deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfarrow committed Nov 17, 2022
1 parent 1ba5c37 commit 36ab8e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ <h2>Queue batches of lightning channels to open in a single transaction</h2>
x-flex direction="column">
<fieldset>
<legend>Queue Channels to Open</legend>
<div>
<label for="fee_rate">Maximum fee rate (sats/vB)</label>
<input type="number" name="fee_rate" id="feerate" value="1" min="1"><!-- /schedule api accepts u64 -->
</div>
<br>
<!-- channels -->
<x-grid columns=2 id="channels">
<label id="destinationLabel" span=1>Destination Node</label><label id="capacityLabel" span=1>Channel Capacity (sats)</label>
Expand All @@ -44,10 +49,6 @@ <h2>Queue batches of lightning channels to open in a single transaction</h2>
</x-flex>
</p>
</fieldset>
<div>
<label for="fee_rate">Maximum fee rate (sats/vB)</label>
<input type="number" name="fee_rate" id="feerate" value="1" min="1"><!-- /schedule api accepts u64 -->
</div>
<div id="queue">
<x-grid columns=2>
<button type="submit" class="float-right" span="2">Generate Funding Request</button>
Expand Down

0 comments on commit 36ab8e7

Please # to comment.