This commit is contained in:
Nicolas Dorier
2022-04-05 14:46:42 +09:00
committed by GitHub
parent 05ec398346
commit 13952a4b79
9 changed files with 13 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ namespace BTCPayServer.Models.WalletViewModels
public decimal Amount { get; set; }
public string Outpoint { get; set; }
public string Link { get; set; }
public int Confirmations { get; set; }
public long Confirmations { get; set; }
}
}
}