mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-09 14:18:03 -05:00
feat: implement swap relayer cmd package (#282)
This commit is contained in:
@@ -18,7 +18,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
// DecimalCtx is the apd context used for math operations on our coins
|
||||
// decimalCtx is the apd context used for math operations on our coins
|
||||
decimalCtx = apd.BaseContext.WithPrecision(MaxCoinPrecision)
|
||||
|
||||
log = logging.Logger("coins")
|
||||
|
||||
Reference in New Issue
Block a user