Skip to content

Commit

Permalink
remove unnecessary config;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <tcar121293@gmail.com>
  • Loading branch information
tcar121293 committed Jul 24, 2024
1 parent 49e1001 commit e026a7a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions chains/btc/executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/hex"
"fmt"
"os"
"sync"
"time"

Expand Down Expand Up @@ -35,8 +34,6 @@ var (
INPUT_SIZE uint64 = 180
OUTPUT_SIZE uint64 = 34
FEE_ROUNDING_FACTOR uint64 = 5
IPFS_JWT_TOKEN string = os.Getenv("IPFS_JWT_TOKEN")
IPFS_URL string = os.Getenv("IPFS_URL")
)

type MempoolAPI interface {
Expand All @@ -49,10 +46,6 @@ type PropStorer interface {
PropStatus(source, destination uint8, depositNonce uint64) (store.PropStatus, error)
}

type IPFSResponse struct {
IpfsHash string `json:"IpfsHash"`
}

type Executor struct {
coordinator *tss.Coordinator
host host.Host
Expand Down

0 comments on commit e026a7a

Please sign in to comment.