mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-05 22:34:25 +01:00
Fix DerivationSchemeSettings.ToPrettyString()
This commit is contained in:
@@ -131,8 +131,8 @@ namespace BTCPayServer
|
||||
}
|
||||
public string ToPrettyString()
|
||||
{
|
||||
return string.IsNullOrEmpty(Label) ? Label :
|
||||
String.IsNullOrEmpty(AccountOriginal) ? AccountOriginal :
|
||||
return !string.IsNullOrEmpty(Label) ? Label :
|
||||
!String.IsNullOrEmpty(AccountOriginal) ? AccountOriginal :
|
||||
ToString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user