We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d5716 commit 1406af9Copy full SHA for 1406af9
crates/boundless-market/src/bin/cli.rs
@@ -383,8 +383,6 @@ where
383
request.id = request_yaml.id;
384
}
385
386
- market.deposit(U256::from(request.offer.maxPrice)).await?;
387
-
388
let request_id = market.submit_request(&request, &signer).await?;
389
tracing::info!(
390
"Proving request ID 0x{request_id:x}, bidding start at block number {}",
0 commit comments