mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Remove unused Network property
This commit is contained in:
committed by
Andrew Camilleri
parent
8249d8a0f5
commit
4785f0a4dd
@@ -259,7 +259,6 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
walletVm.Balance = "";
|
||||
}
|
||||
walletVm.Network = wallet.Network;
|
||||
walletVm.CryptoCode = wallet.Network.CryptoCode;
|
||||
walletVm.StoreId = wallet.Store.Id;
|
||||
walletVm.Id = new WalletId(wallet.Store.Id, wallet.Network.CryptoCode);
|
||||
|
||||
Reference in New Issue
Block a user