fix styling format for client code

pull/69/head
Minh Doan 6 years ago
parent c1368df687
commit c8b4d7bbab
  1. 2
      client/utils.go

@ -2,12 +2,12 @@ package client
import (
"bytes"
"github.com/simple-rules/harmony-benchmark/crypto/pki"
"io"
"log"
"net/http"
"sync"
"github.com/simple-rules/harmony-benchmark/crypto/pki"
)
var AddressToIntPriKeyMap map[[20]byte]int // For convenience, we use int as the secret seed for generating private key

Loading…
Cancel
Save