aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-09 13:37:33 -0300
committerSebastian <sebasjm@gmail.com>2022-06-09 13:37:33 -0300
commitff49e3477e155b94e752c516cf58fdea1ca19d54 (patch)
treec47cdb74081caf6e703306f8f9f15669d1cdd30b /packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
parenteb8bcc95324f3282003b4870d890d0b9f570ee46 (diff)
downloadwallet-core-ff49e3477e155b94e752c516cf58fdea1ca19d54.tar.xz
format amount so it is align to fractional digitls
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
index b49d6cfe7..ae43a7b09 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
@@ -428,6 +428,8 @@ export const DepositTalerBank = createExample(TestedComponent, {
export const DepositBitcoin = createExample(TestedComponent, {
transaction: {
...exampleData.deposit,
+ amountRaw: "BITCOINBTC:0.0000011",
+ amountEffective: "BITCOINBTC:0.00000092",
targetPaytoUri:
"payto://bitcoin/bcrt1q6ps8qs6v8tkqrnru4xqqqa6rfwcx5ufpdfqht4?amount=BTC:0.1&subject=0ZSX8SH0M30KHX8K3Y1DAMVGDQV82XEF9DG1HC4QMQ3QWYT4AF00",
},