Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
feat: remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski committed Feb 1, 2024
1 parent 78efb0f commit ecd1866
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions chainstate/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,3 @@ func (c *Client) checkFeeUnit() error {
}
return nil
}

// func (c *Client) getCallbackRoute() error {
// // return c.options.config.
// }

func (c *Client) getCallbackToken() string {
return c.options.config.callbackToken
}

0 comments on commit ecd1866

Please sign in to comment.