v0.2.4-rel.001
This commit is contained in:
@@ -118,10 +118,7 @@ async fn programmatic_devnet_transport_reaches_accounts_tokens_cluster_transacti
|
||||
.expect("Devnet getTransactionCount smoke must succeed");
|
||||
assert!(transaction_count > 0);
|
||||
|
||||
let block_height = pool
|
||||
.get_block_height(&role, std::option::Option::Some(&transaction_context))
|
||||
.await
|
||||
.expect("Devnet getBlockHeight smoke must succeed");
|
||||
let block_height = pool.get_block_height(&role, std::option::Option::Some(&transaction_context)).await.expect("Devnet getBlockHeight smoke must succeed");
|
||||
assert!(block_height > 0);
|
||||
|
||||
let inflation_rate = pool.get_inflation_rate(&role).await.expect("Devnet getInflationRate smoke must succeed");
|
||||
|
||||
Reference in New Issue
Block a user