Merge pull request #1615 from NicolasDorier/refactor/timespan

Always use second based TimeSpan in Greenfield
This commit is contained in:
Nicolas Dorier
2020-05-31 10:55:40 +09:00
committed by GitHub
5 changed files with 74 additions and 11 deletions

View File

@@ -15,6 +15,8 @@ using BTCPayServer.Controllers;
using BTCPayServer.Data;
using BTCPayServer.Services.Wallets;
using BTCPayServer.Views.Wallets;
using Newtonsoft.Json;
using BTCPayServer.Client.Models;
namespace BTCPayServer.Tests
{