Add also money json converter

This commit is contained in:
Kukks
2020-05-29 10:15:01 +02:00
parent 37f4b34b5e
commit 4947fa4d45
3 changed files with 30 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
using NBitcoin;
using NBitcoin.JsonConverters;
using Newtonsoft.Json;
using MoneyJsonConverter = BTCPayServer.Client.JsonConverters.MoneyJsonConverter;
namespace BTCPayServer.Client.Models
{