Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aave-core/sources/aave-periphery/transfer_strategy.move
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module aave_pool::transfer_strategy {
/// @param to The address to which tokens are transferred
/// @param amount The amount of tokens to transfer
/// @param strategy The pull rewards transfer strategy object
public fun pull_rewards_transfer_strategy_emergency_withdrawal(
public entry fun pull_rewards_transfer_strategy_emergency_withdrawal(
caller: &signer,
token: address,
to: address,
Expand Down
Loading