Skip to content

Commit

Permalink
fix: rename queryUserPufferDateBalance to queryUserRsethDateBalance f…
Browse files Browse the repository at this point in the history
…or clarity
  • Loading branch information
robert-zklink committed Dec 26, 2024
1 parent 1a288db commit ae9fdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rseth/rseth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class RsethController {
"Return users' rseth balance at a specific time. Including the withdrawing and staked balance in dapp.",
type: UserRsethDateBalanceDto,
})
public async queryUserPufferDateBalance(
public async queryUserRsethDateBalance(
@Param("address", new ParseAddressPipe()) address: string,
@Query("timestamp") timestamp: number,
) {
Expand Down

0 comments on commit ae9fdfe

Please sign in to comment.