Skip to content

Commit

Permalink
refactor(contractbackend):
Browse files Browse the repository at this point in the history
Change position of bracket.

Signed-off-by: sophia1ch <sophia.koehler@outlook.com>
  • Loading branch information
sophia1ch authored and iljabvh committed Feb 2, 2024
1 parent eedadbb commit 9483e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel/contractbackend.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
SharedExpectedNonces map[ChainID]map[common.Address]uint64
// SharedExpectedNoncesMutex is a mutex to protect the shared expected nonces map.
SharedExpectedNoncesMutex = &sync.Mutex{}
)
)

// ContractInterface provides all functions needed by an ethereum backend.
// Both test.SimulatedBackend and ethclient.Client implement this interface.
Expand Down

0 comments on commit 9483e2d

Please sign in to comment.