Skip to content

Commit

Permalink
Run make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed Oct 11, 2024
1 parent 3337fcb commit e769b58
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions node/src/reactor/main_reactor/tests/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2810,16 +2810,6 @@ async fn add_and_withdraw_bid_transaction() {
)
.await;

let transfer_cost: U512 =
U512::from(test.chainspec().system_costs_config.mint_costs().transfer) * MIN_GAS_PRICE;
let min_transfer_amount = U512::from(
test.chainspec()
.transaction_config
.native_transfer_minimum_motes,
);
let half_transfer_cost =
(Ratio::new(U512::from(1), U512::from(2)) * transfer_cost).to_integer();

let bid_amount = test.chainspec().core_config.minimum_bid_amount + 10;

let mut txn = Transaction::from(
Expand Down

0 comments on commit e769b58

Please sign in to comment.