Skip to content

Commit

Permalink
fix: add export test
Browse files Browse the repository at this point in the history
  • Loading branch information
metacertain committed Jun 3, 2021
1 parent e0d0dfb commit 0a7b57b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/settlement/swap/headers/export_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Copyright 2021 The Swarm Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package swap

const (
ExchangeRateFieldName = exchangeRateFieldName
DeductionFieldName = deductionFieldName
)

0 comments on commit 0a7b57b

Please sign in to comment.