Skip to content

Commit 9a32858

Browse files
committed
Reverting collateral whitespace changes
1 parent 838b049 commit 9a32858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/src/tx_builder.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl TransactionBuilder {
194194
});
195195
self.input_types.bootstraps.insert(hash.to_bytes());
196196
}
197-
197+
198198
pub fn add_input(&mut self, address: &Address, input: &TransactionInput, amount: &Value) {
199199
match &BaseAddress::from_address(address) {
200200
Some(addr) => {
@@ -1315,7 +1315,7 @@ mod tests {
13151315
),
13161316
&Value::new(&to_bignum(2_400_000))
13171317
);
1318-
1318+
13191319
tx_builder.set_ttl(1);
13201320

13211321
let change_addr = ByronAddress::from_base58("Ae2tdPwUPEZGUEsuMAhvDcy94LKsZxDjCbgaiBBMgYpR8sKf96xJmit7Eho").unwrap();
@@ -1359,7 +1359,7 @@ mod tests {
13591359
),
13601360
&input_value
13611361
);
1362-
1362+
13631363
tx_builder.set_ttl(1);
13641364

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

0 commit comments

Comments
 (0)