mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +00:00
Merge branch 'ethereum:master' into portal
This commit is contained in:
commit
0c004cd2fa
2 changed files with 3 additions and 3 deletions
|
|
@ -343,7 +343,7 @@ func TestWalletNotifications(t *testing.T) {
|
||||||
checkEvents(t, wantEvents, events)
|
checkEvents(t, wantEvents, events)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestImportExport tests the import functionality of a keystore.
|
// TestImportECDSA tests the import functionality of a keystore.
|
||||||
func TestImportECDSA(t *testing.T) {
|
func TestImportECDSA(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
_, ks := tmpKeyStore(t)
|
_, ks := tmpKeyStore(t)
|
||||||
|
|
@ -362,7 +362,7 @@ func TestImportECDSA(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestImportECDSA tests the import and export functionality of a keystore.
|
// TestImportExport tests the import and export functionality of a keystore.
|
||||||
func TestImportExport(t *testing.T) {
|
func TestImportExport(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
_, ks := tmpKeyStore(t)
|
_, ks := tmpKeyStore(t)
|
||||||
|
|
|
||||||
|
|
@ -313,7 +313,7 @@ const (
|
||||||
// ClientVersionV1 contains information which identifies a client implementation.
|
// ClientVersionV1 contains information which identifies a client implementation.
|
||||||
type ClientVersionV1 struct {
|
type ClientVersionV1 struct {
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
Name string `json:"clientName"`
|
Name string `json:"name"`
|
||||||
Version string `json:"version"`
|
Version string `json:"version"`
|
||||||
Commit string `json:"commit"`
|
Commit string `json:"commit"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue