-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using 'Classic' bitcoin denomination setting, an error is seen due to use of float instead of integer:
Transaction Failed
Failed to estimate channel order fee.
[{"type":"Body","errors":{"issues": [{"code":"invalid_type","expected":"integer","received":"f loat","message":"Expected integer, received float","path": ["IspBalanceSat"]}],"name":"ZodError"}}]
- We should never show this error because we are passing the expected value format to lsp
- We should handle errors like this in a user-friendly way. Never expose the raw response.
1000011823.mp4
Reproduce
- Using 'Classic' Bitcoin Denomination (in the general settings)
- Attempt CJIT fllow: Advanced -> Lightning Connections -> Add Connection -> Use Other Wallet
- Observe immediate toast error
Screenshots / Recording
No response
Operating system
Android 14
Bitkit version
1.0.9 (147)
Log output
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working