Skip to content

Commit c7a63aa

Browse files
committed
Invoice with all required data and metadata
o Amounts computed in each line-item currency o Taxes and total Amounts for each invoice cryptocurrency o Lots of cleanup work yet to do
1 parent 2fc8ede commit c7a63aa

File tree

5 files changed

+434
-227
lines changed

5 files changed

+434
-227
lines changed

slip39/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
# current prices for cryptocurrencies -- if you have access to an Ethereum blockchain (either
179179
# locally or via an HTTPS API like Alchemy), then we can securely and reliably get current prices.
180180
# To avoid conflicts, by convention we upper-case symbols, lower-case full names.
181-
INVOICE_ROWS = 40
181+
INVOICE_ROWS = 60
182182
INVOICE_CURRENCY = "USD"
183183
INVOICE_PROXIES = {
184184
"USD": "USDC",

0 commit comments

Comments
 (0)