We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e55ef commit 5f9347cCopy full SHA for 5f9347c
src/components/pages/wallet/new-transaction/index.tsx
@@ -141,6 +141,9 @@ export default function PageNewTransaction() {
141
unit,
142
(Number(assetMap.get(unit) || 0) + thisAmount).toString(),
143
);
144
+ if (unit !== "lovelace") {
145
+ assetMap.set("lovelace", (Number(assetMap.get("lovelace") || 0) + 1160000).toString());
146
+ }
147
}
148
149
const utxos = manualUtxos;
0 commit comments