Format
This commit is contained in:
parent
51cb5d788c
commit
5e93fb8ce3
1 changed files with 1 additions and 3 deletions
|
|
@ -554,9 +554,7 @@ async fn test_candle_carries_price_when_net_zero_tokens_but_has_volume() {
|
|||
insert_block_tx(&mut conn, &txid_price, &block_zero, t0 as i64)
|
||||
.await
|
||||
.unwrap();
|
||||
insert_mempool_tx(&mut conn, &txid_price, t0)
|
||||
.await
|
||||
.unwrap();
|
||||
insert_mempool_tx(&mut conn, &txid_price, t0).await.unwrap();
|
||||
// sats_delta=+10_000, token_delta=+200 -> price = 10000/200 = 50
|
||||
pool::insert_pool_history_entry(
|
||||
&mut conn,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue