From ecd18665abb7e6ebcd19b9a4c8e9e553b5413bf2 Mon Sep 17 00:00:00 2001 From: wregulski Date: Wed, 31 Jan 2024 10:44:41 +0100 Subject: [PATCH] feat: remove unused methods --- chainstate/client.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/chainstate/client.go b/chainstate/client.go index 01c3451f..9cfe320a 100644 --- a/chainstate/client.go +++ b/chainstate/client.go @@ -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 -}