Skip to content

Commit

Permalink
typing correction: rpc get_account_history height u64 -> u32
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 4, 2024
1 parent 318d24e commit bc25104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/traits/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl AccountRPC for Client {
async fn get_account_history(
&self,
owner: &str,
block_height: u64,
block_height: u32,
txn: u32,
) -> Result<AccountHistory> {
self.call(
Expand Down

0 comments on commit bc25104

Please sign in to comment.