Skip to content

Commit

Permalink
natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango committed Dec 1, 2024
1 parent 8ee353f commit 974352f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/JBMultiTerminal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ contract JBMultiTerminal is JBPermissioned, ERC2771Context, IJBMultiTerminal {
/// @dev This total surplus only includes tokens that the project accepts (as returned by
/// `accountingContextsOf(...)`).
/// @param projectId The ID of the project to get the current total surplus of.
/// @param accountingContexts The accounting contexts to use to calculate the surplus.
/// @param accountingContexts The accounting contexts to use to calculate the surplus. Pass an empty array to use
/// all of the project's accounting contexts.
/// @param decimals The number of decimals to include in the fixed point returned value.
/// @param currency The currency to express the returned value in terms of.
/// @return The current surplus amount the project has in this terminal, in terms of `currency` and with the
Expand Down

0 comments on commit 974352f

Please sign in to comment.