-
I am experiencing an issue with AdaLite where my wallet shows a balance of 0 ADA, despite having previously held about 80,000 ADA around three years ago via Ledger Nano S.
I tried both hardware walle…
-
On the MASP overview `/masp`, we are not seeing balances when the same accounts display balance in the CLI.
This was reported on the DryRun Namadillo: https://interface.namada-dryrun.tududes.com/
…
-
For example, I creates a table like this
```sql
create table account(
id int,
name char(16) unique,
balance float,
primary key(id)
);
insert into account values(12500000, "name0", 5…
-
using System;
class BankAccount
{
static decimal balance = 0;
static void Main(string[] args)
{
int option;
do
{
Console.Clear();
…
-
Currently the DOT max send logic is not very user friendly.
Please:
- [ ] When sending max amount deduct the correct gas to send the max amount, draining the whole address without the user manually …
-
class Account {
private String accountNumber;
private String accountHolder;
private double balance;
public Account(String accountNumber, String accountHolder, double initialBalan…
-
## Context
This ticket is to setup monitoring if the funding account for Vortex runs below $2 for each specific asset
## Requirements
* If funding account balance < $2
* Send a message on slack …
-
-
Currently the DOT max send logic is not very user friendly.
Please:
- [ ] When sending max amount deduct the correct gas to send the max amount, draining the whole address without the user manually …
-
Your software, which looks very handsome and doesn't appear to be buggy just playing with it for a few minutes, is described as being double entry accounting. I took several years of accounting in co…