Skip to content

Commit

Permalink
fix atomic whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Nov 29, 2021
1 parent 616fd74 commit 695ac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/asset/eth/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ var _ asset.Wallet = (*ExchangeWallet)(nil)
type ExchangeWallet struct {
// 64-bit atomic variables first. See
// https://golang.org/pkg/sync/atomic/#pkg-note-BUG
net dex.Network
tipAtConnect int64

ctx context.Context // the asset subsystem starts with Connect(ctx)
net dex.Network
node ethFetcher
addr common.Address
log dex.Logger
Expand Down

0 comments on commit 695ac56

Please sign in to comment.