Skip to content

Commit

Permalink
chore: fix some method names in interface comment (#3092)
Browse files Browse the repository at this point in the history
Signed-off-by: binchengqu <[email protected]>
  • Loading branch information
binchengqu authored Nov 28, 2024
1 parent 73ffbe6 commit 504d3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/asset/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ type Bonder interface {
// the first bond to ensure it succeeds, assuming balance was checked.
BondsFeeBuffer(feeRate uint64) uint64

// SetReserves sets the bond reserve amount for the wallet.
// SetBondReserves sets the bond reserve amount for the wallet.
SetBondReserves(reserves uint64)

// MakeBondTx authors a DEX time-locked fidelity bond transaction for the
Expand Down Expand Up @@ -876,7 +876,7 @@ type TokenMaster interface {
// AccountLocker is a wallet in which redemptions and refunds require a wallet
// to have available balance to pay fees.
type AccountLocker interface {
// ReserveNRedemption is used when preparing funding for an order that
// ReserveNRedemptions is used when preparing funding for an order that
// redeems to an account-based asset. The wallet will set aside the
// appropriate amount of funds so that we can redeem N swaps using the
// specified fee and asset version. It is an error to request funds >
Expand Down

0 comments on commit 504d3a9

Please sign in to comment.