Skip to content

Commit

Permalink
Update max borrow to seal
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz10 committed Sep 4, 2024
1 parent adc9874 commit d100e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func econInfo(ctx context.Context, agent common.Address, afi *econ.AgentFi, s *s
"Max borrow to withdraw",
"Available to withdraw",
}, []string{
fmt.Sprintf("%0.09f FIL", util.ToFIL(afi.MaxBorrowAndSeal())),
fmt.Sprintf("%0.09f FIL", util.ToFIL(afi.BorrowLimit())),
fmt.Sprintf("%0.09f FIL", util.ToFIL(afi.MaxBorrowAndWithdraw())),
fmt.Sprintf("%0.09f FIL", util.ToFIL(afi.WithdrawLimit())),
})
Expand Down

0 comments on commit d100e1e

Please sign in to comment.