From 1101fc81b409bf4fa26713193947e731c11e0d62 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Mon, 23 Sep 2024 16:38:42 -0700 Subject: [PATCH] container: rename `lib_ledger` to `lib_hledger` As said before; `lib_ledger` was meant to be a general abstraction to any underlying CLI ledger. But, between C++ `ledger` and Ledger Hardware Wallet, this abstraction has become too confusing and counterproductive. Since `hledger` will be the underlying implementation for the forseeable future, all doubt should now be removed. --- .../finance/lib/internal/{lib_ledger.bash => lib_hledger.bash} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename container/src/finance/lib/internal/{lib_ledger.bash => lib_hledger.bash} (100%) diff --git a/container/src/finance/lib/internal/lib_ledger.bash b/container/src/finance/lib/internal/lib_hledger.bash similarity index 100% rename from container/src/finance/lib/internal/lib_ledger.bash rename to container/src/finance/lib/internal/lib_hledger.bash