fix ci.toml and lint

This commit is contained in:
Callum Waters
2021-08-27 11:25:53 +02:00
parent c7cfaf9a1b
commit 87f241fbe7
7 changed files with 18 additions and 18 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ func TestPubKeySecp256k1Address(t *testing.T) {
addrBbz, _, _ := base58.CheckDecode(d.addr)
addrB := crypto.Address(addrBbz)
var priv secp256k1.PrivKey = secp256k1.PrivKey(privB)
priv := secp256k1.PrivKey(privB)
pubKey := priv.PubKey()
pubT, _ := pubKey.(secp256k1.PubKey)
pub := pubT