Fix build

This commit is contained in:
nicolas.dorier 2022-12-23 17:17:09 +09:00
parent 83c4e38fa5
commit 1e8e7ec4a4
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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; }