From 0fc123944521dda7a020989f7f1956e11546e839 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Tue, 26 Oct 2021 19:42:57 -0400 Subject: [PATCH] make jen --- chain/types/fil.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chain/types/fil.go b/chain/types/fil.go index 4c26414a9..79f67fb95 100644 --- a/chain/types/fil.go +++ b/chain/types/fil.go @@ -3,10 +3,11 @@ package types import ( "encoding" "fmt" - "github.com/filecoin-project/go-state-types/abi" "math/big" "strings" + "github.com/filecoin-project/go-state-types/abi" + "github.com/filecoin-project/lotus/build" ) @@ -123,7 +124,6 @@ func ParseFIL(s string) (FIL, error) { return FIL{r.Num()}, nil } - func ParseAttoFilToFIL(atto abi.TokenAmount) string { vfil := big.NewFloat(0) vfil.Add(vfil, new(big.Float).SetInt(atto.Int))