-
-
Transactions after 2024-10-31 are not loading.
Expected behavior:
* All transactions should be shown, most recent first.
Actual behavior:
* Only txs before 2024-11-01 are retrieved
* No tx ar…
-
1. Calculate clients' balance correctly when the clients' projects have message incur.
2. Sync the clients' balance correctly when the clients' top-up their account on dev console.
[Document conta…
-
### Overview
Currently in production, with a clear cache, when connecting a KeepKey with a Segwit balance only in Account 0, we do not detect the balance and require the user to manually add their BT…
-
We have the issue for benchmarking that we need at least 1M accounts in the genesis state, which does not work well with JSON files and can cause some parts to allocate high memory.
Additionally to…
-
Dropdown: Button Down Icon and Modal Close Icon is missing in iOS 15
### Bug already reported?
- [X] I confirm that I have checked if the bug already has been reported
### For which framework…
-
LABORATORY ACTIVITY 5
Using C# Methods and Array create a program that simulates a simple bank account with options to deposit, withdraw, check balance, and exit.
OUTPUT SAMPLE:
Bank Account M…
-
I have 3 accounts: default, mixed11, Unmixed like screenshot bellow, I have DCR on Unmixed:
I set mixed is Unmixed account and unmixed is default account in stakshuffle page:
after that, I s…
-
using System;
class BankAccount
{
private decimal balance;
public BankAccount()
{
balance = 0.0m;
}
public void Deposit(decimal amount)
{
if (a…
-
**Feature Description:**
Currently, the app displays the total account balance upon opening. This feature request suggests implementing the ability to hide the account balance for increased privacy. …