From 25c45eae7b331875cb4a65465ee5534e67b5e4a0 Mon Sep 17 00:00:00 2001 From: rileystephens28 Date: Thu, 17 Oct 2024 14:30:10 -0500 Subject: [PATCH] update denominations --- src/transaction/utxo.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/transaction/utxo.ts b/src/transaction/utxo.ts index 7413548d..6aaebf30 100644 --- a/src/transaction/utxo.ts +++ b/src/transaction/utxo.ts @@ -67,13 +67,11 @@ export const denominations: bigint[] = [ BigInt(10), // 0.01 Qi (10 Qit) BigInt(50), // 0.05 Qi (50 Qit) BigInt(100), // 0.1 Qi (100 Qit) - BigInt(250), // 0.25 Qi (250 Qit) BigInt(500), // 0.5 Qi (500 Qit) BigInt(1000), // 1 Qi (1000 Qit) BigInt(5000), // 5 Qi (5000 Qit) BigInt(10000), // 10 Qi (10000 Qit) BigInt(20000), // 20 Qi (20000 Qit) - BigInt(50000), // 50 Qi (50000 Qit) BigInt(100000), // 100 Qi (100000 Qit) BigInt(1000000), // 1,000 Qi (1,000,000 Qit) BigInt(10000000), // 10,000 Qi (10,000,000 Qit)