You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm raising this bug in this repository because I can't see an iOS repository. If you'd prefer it in another I'm happy to move it.
I found a really bad bug with the batched transaction feature on iOS (it does not effect macOS). If you try to customize the transaction before creating it then only the first recipient will be used in the final transaction and the total amount of sats you were trying to send will go to the first recipient. I had this happen before and thought I had made a mistake but it's actually a bug with the app. Here's a real world example of it happening:
Generate two receive addresses in Nunchuk
Open a wallet in Nunchuk on iOS
Press "Send"
Press the batch icon in the top-right corner of the app
Enter/scan the first recipient address
Enter "123" sats for the first recipient
Enter/scan the second recipient address
Enter "456" sats for the second recipient address
Press "Customize transaction" at the bottom of the screen
Press "Continue" at the bottom of the screen
Note how there are two addresses shown in the "Send to address" section with 123 and 456 sats respectively, everything is normal
Press "Confirm and create transaction"
Press "More details"
Notice how there is only one address shown in the "Send to" section
Notice how 579 sats are being sent to the address
If you sign and broadcast this transaction it will be constructed in the same manner shown with only one address receiving all of the satoshi's you previously specified. It's also worth noting that if you DO NOT choose to customize the transaction then it will be formed exactly as the user expects it to be. This is a really bad bug which has caused me issues before.
Batching Screen:
Confirmation Screen:
Final Transaction Screen:
The text was updated successfully, but these errors were encountered:
Yeah it doesn't happen on the macOS desktop version but I didn't test the Android version. Is there a separate iOS repository? I didn't see one on the organization page.
Hi, I'm raising this bug in this repository because I can't see an iOS repository. If you'd prefer it in another I'm happy to move it.
I found a really bad bug with the batched transaction feature on iOS (it does not effect macOS). If you try to customize the transaction before creating it then only the first recipient will be used in the final transaction and the total amount of sats you were trying to send will go to the first recipient. I had this happen before and thought I had made a mistake but it's actually a bug with the app. Here's a real world example of it happening:
If you sign and broadcast this transaction it will be constructed in the same manner shown with only one address receiving all of the satoshi's you previously specified. It's also worth noting that if you DO NOT choose to customize the transaction then it will be formed exactly as the user expects it to be. This is a really bad bug which has caused me issues before.
Batching Screen:
Confirmation Screen:
Final Transaction Screen:
The text was updated successfully, but these errors were encountered: