mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-04 09:58:13 +01:00
Fix build
This commit is contained in:
parent
83c4e38fa5
commit
1e8e7ec4a4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace BTCPayServer.Client.Models
|
|||
{
|
||||
[JsonConverter(typeof(NodeUriJsonConverter))]
|
||||
[JsonProperty("nodeURI")]
|
||||
public NodeInfo NodeURI { get; set; }
|
||||
public BTCPayServer.Lightning.NodeInfo NodeURI { get; set; }
|
||||
[JsonConverter(typeof(MoneyJsonConverter))]
|
||||
public Money ChannelAmount { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue