Refactor token handling, support server-initiated pairing

This commit is contained in:
nicolas.dorier
2017-10-11 12:20:44 +09:00
parent 7d8c3c1c81
commit 6d3ea65e03
24 changed files with 985 additions and 228 deletions

View File

@@ -51,7 +51,7 @@ namespace BTCPayServer.Tests
return String.IsNullOrEmpty(var) ? defaultValue : var;
}
public TestAccount CreateAccount()
public TestAccount NewAccount()
{
return new TestAccount(this);
}