Always use second based TimeSpan in Greenfield

This commit is contained in:
nicolas.dorier
2020-05-30 09:59:09 +09:00
parent d9a93f996f
commit 048dff7e9e
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
{