Skip to content

Commit 730e9e5

Browse files
committed
evm: make transferEntryPoint virtual
1 parent 3311787 commit 730e9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm/src/NttManager/NttManager.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ contract NttManager is INttManager, RateLimiter, ManagerBase {
383383
bytes32 refundAddress,
384384
bool shouldQueue,
385385
bytes memory transceiverInstructions
386-
) internal returns (uint64) {
386+
) internal virtual returns (uint64) {
387387
if (amount == 0) {
388388
revert ZeroAmount();
389389
}

0 commit comments

Comments
 (0)