Skip to content

Commit

Permalink
small nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtfirek committed Nov 12, 2024
1 parent 53faabf commit f39e17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EtherFiNode.sol
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ contract EtherFiNode is IEtherFiNode, IERC1271 {
mgr.completeQueuedWithdrawals(withdrawals, tokens, middlewareTimesIndexes, receiveAsTokens);
}

/// @dev transfer funds from the withdrawal safe to the 4 associated parties (bNFT, tNFT)
/// @dev transfer funds from the withdrawal safe to the 2 associated parties (bNFT, tNFT)
function withdrawFunds(
address _tnftHolder, uint256 _tnftAmount,
address _bnftHolder, uint256 _bnftAmount
Expand Down

0 comments on commit f39e17b

Please sign in to comment.