Replies: 1 comment
-
|
I solved the problem with the following calculation:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
for SegWit wallets, is there a way to specify a specific address to receive the change? In this case, could the same sending address receive the change, just like it is done with Legacy wallets?
I read the code of the 'transaction_create' and 'send' functions, but I didn't find anywhere that specifies how to add a specific address to receive the change instead of using the wallet's default change address.
In this case, I want to send a transaction to two different addresses and have the change go directly to the address that was sent from, instead of the wallet's change address.
Beta Was this translation helpful? Give feedback.
All reactions