Skip to content

Commit 1406af9

Browse files
authored
BM-219: Drop double deposit (github#50)
This PR removes a deposit in the CLI while submitting a new request as the deposit is already done by the inner submit request function
1 parent 21d5716 commit 1406af9

File tree

1 file changed

+0
-2
lines changed
  • crates/boundless-market/src/bin

1 file changed

+0
-2
lines changed

crates/boundless-market/src/bin/cli.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,6 @@ where
383383
request.id = request_yaml.id;
384384
}
385385

386-
market.deposit(U256::from(request.offer.maxPrice)).await?;
387-
388386
let request_id = market.submit_request(&request, &signer).await?;
389387
tracing::info!(
390388
"Proving request ID 0x{request_id:x}, bidding start at block number {}",

0 commit comments

Comments
 (0)