Skip to content

Commit af89440

Browse files
committed
Rename historical_price to historical_prices
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
1 parent b59caa6 commit af89440

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/client.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ impl MempoolClient {
135135
self.get_response(url).await
136136
}
137137

138-
/// Get historical price
139-
pub async fn historical_price(
138+
/// Get historical prices
139+
pub async fn historical_prices(
140140
&self,
141141
currency: Currency,
142142
timestamp: Option<u64>,

0 commit comments

Comments
 (0)