Skip to content

Commit

Permalink
jsonrpc: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsands committed Oct 27, 2019
1 parent 59c5bcc commit f273bb9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions internal/rpc/jsonrpc/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,15 @@ import (
"encoding/binary"
"encoding/hex"
"encoding/json"
<<<<<<< HEAD
"hash"
"io/ioutil"
"math/big"
"sort"
"strconv"
"strings"
=======
>>>>>>> update
"sync"
"time"

<<<<<<< HEAD:internal/rpc/jsonrpc/methods.go
"github.com/decred/dcrd/blockchain/stake/v2"
blockchain "github.com/decred/dcrd/blockchain/standalone"
=======
<<<<<<< HEAD
<<<<<<< HEAD
"github.com/decred/dcrd/blockchain"
=======
"github.com/decred/base58"
>>>>>>> legacyrpc: add paytocontracthashaddress rpc method
=======
>>>>>>> update
"github.com/decred/dcrd/blockchain/stake"
"github.com/decred/dcrd/chaincfg"
>>>>>>> legacyrpc: add getContractHash method:rpc/legacyrpc/methods.go
"github.com/decred/dcrd/chaincfg/chainhash"
"github.com/decred/dcrd/chaincfg/v2"
"github.com/decred/dcrd/dcrec"
Expand Down

0 comments on commit f273bb9

Please sign in to comment.