Add transactionCount field to GetEpochInfo

This commit is contained in:
Michael Vines
2020-12-17 10:04:53 -08:00
parent 01fe835e73
commit efc091e28a
4 changed files with 9 additions and 0 deletions

View File

@ -65,6 +65,7 @@ impl RpcSender for MockSender {
slots_in_epoch: 32,
absolute_slot: 34,
block_height: 34,
transaction_count: Some(123),
})?,
RpcRequest::GetFeeCalculatorForBlockhash => {
let value = if self.url == "blockhash_expired" {