1
0
mirror of https://github.com/bitwarden/server synced 2026-01-09 12:03:21 +00:00

switch to official bitpay light library

This commit is contained in:
Kyle Spearrin
2019-12-19 10:27:06 -05:00
parent 665e78ec1c
commit e2d65e5b08
6 changed files with 27 additions and 33 deletions

View File

@@ -197,7 +197,7 @@ namespace Bit.Core
public class BitPaySettings
{
public bool Production { get; set; }
public string Base58Secret { get; set; }
public string Token { get; set; }
public string NotificationUrl { get; set; }
}