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 f99ade3 commit df77e87Copy full SHA for df77e87
packages/kit/src/views/LightningNetwork/pages/Send/LnurlWithdrawModal.tsx
@@ -93,7 +93,7 @@ function LnurlWithdrawModal() {
93
const { serviceLightning } = backgroundApiProxy;
94
const formValue = useFormReturn.getValues();
95
96
- const amount = new BigNumber(formValue.amount).times(1000).toNumber(); // convert to millisatoshis
+ const amount = new BigNumber(formValue.amount).toNumber();
97
try {
98
const invoice = await serviceLightning.createInvoice({
99
networkId,
0 commit comments