chore: rename amountOwed -> amountIn

...for consistency.

Also remove comment. We will keep exact_out to avoid future interface changes.
This commit is contained in:
TAMARA LIPOWSKI
2025-01-30 10:33:09 -05:00
parent 92b4ee00d3
commit 83bbabddd1
2 changed files with 3 additions and 4 deletions

View File

@@ -65,7 +65,6 @@ pub struct Transaction {
#[allow(dead_code)]
pub struct EncodingContext {
pub receiver: Bytes,
// TODO should we keep this?
pub exact_out: bool,
pub router_address: Bytes,
}