mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
reorder struct member to fix alignment on 32 bit
This commit is contained in:
parent
33dbe85355
commit
fb55deed91
1 changed files with 1 additions and 1 deletions
|
|
@ -237,8 +237,8 @@ type TestAPI struct {
|
|||
state *atomic.Value
|
||||
peerCount *int64
|
||||
counter int64
|
||||
feed event.Feed
|
||||
activeSubscriptions int64
|
||||
feed event.Feed
|
||||
}
|
||||
|
||||
func (t *TestAPI) PeerCount() int64 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue