Skip to content

Commit

Permalink
Reverting collateral whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Jan 10, 2022
1 parent 838b049 commit 9a32858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/src/tx_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl TransactionBuilder {
});
self.input_types.bootstraps.insert(hash.to_bytes());
}

pub fn add_input(&mut self, address: &Address, input: &TransactionInput, amount: &Value) {
match &BaseAddress::from_address(address) {
Some(addr) => {
Expand Down Expand Up @@ -1315,7 +1315,7 @@ mod tests {
),
&Value::new(&to_bignum(2_400_000))
);

tx_builder.set_ttl(1);

let change_addr = ByronAddress::from_base58("Ae2tdPwUPEZGUEsuMAhvDcy94LKsZxDjCbgaiBBMgYpR8sKf96xJmit7Eho").unwrap();
Expand Down Expand Up @@ -1359,7 +1359,7 @@ mod tests {
),
&input_value
);

tx_builder.set_ttl(1);

let change_addr = ByronAddress::from_base58("Ae2tdPwUPEZGUEsuMAhvDcy94LKsZxDjCbgaiBBMgYpR8sKf96xJmit7Eho").unwrap();
Expand Down

0 comments on commit 9a32858

Please sign in to comment.