tari icon indicating copy to clipboard operation
tari copied to clipboard

Transaction protocol fee calculation can be wrong

Open SWvheerden opened this issue 1 year ago • 1 comments

Currently the tx protocol assumes a sender selected script, but allows a received-selected script to overide that script. Thats all fine in most cases. But when the receiver selects a larger or different script the fee calculation is out.

We also need a case where the sender script is forced onto the output.

SWvheerden avatar May 31 '23 07:05 SWvheerden