mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
crypto/bn256: fix issues caused by Go 1.11
This commit is contained in:
parent
fd471f8d3b
commit
fa90c3eeb0
3 changed files with 8 additions and 3 deletions
|
|
@ -184,7 +184,7 @@ func (info *nodeInfos) Report() map[string]string {
|
|||
report["Miner account"] = info.etherbase
|
||||
}
|
||||
if info.keyJSON != "" {
|
||||
// Clique XDPos
|
||||
// Clique XDPoS
|
||||
var key struct {
|
||||
Address string `json:"address"`
|
||||
}
|
||||
|
|
|
|||
3
vendor/golang.org/x/sys/cpu/cpu_x86.s
generated
vendored
3
vendor/golang.org/x/sys/cpu/cpu_x86.s
generated
vendored
|
|
@ -24,5 +24,4 @@ TEXT ·xgetbv(SB),NOSPLIT,$0-8
|
|||
XGETBV
|
||||
MOVL AX, eax+0(FP)
|
||||
MOVL DX, edx+4(FP)
|
||||
RET
|
||||
|
||||
RET
|
||||
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
|
@ -603,6 +603,12 @@
|
|||
"revision": "f52d1811a62927559de87708c8913c1650ce4f26",
|
||||
"revisionTime": "2017-05-17T20:25:26Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "REkmyB368pIiip76LiqMLspgCRk=",
|
||||
"path": "golang.org/x/sys/cpu",
|
||||
"revision": "904bdc257025c7b3f43c19360ad3ab85783fad78",
|
||||
"revisionTime": "2018-08-08T08:17:46Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "r1jWq0V3AI5DLN0aCnXXMH/is9Q=",
|
||||
"path": "golang.org/x/sys/unix",
|
||||
|
|
|
|||
Loading…
Reference in a new issue