Skip to content

Commit 460659e

Browse files
committed
Make any change
1 parent 18b2cc2 commit 460659e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vault-interaction.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Multicall3Params, multicall } from "./utils/multicall"
1212
export function handleVaultTransfer(event: TransferEvent): void {
1313
// transfer to self
1414
if (event.params.from.equals(event.params.to)) {
15-
log.warning("handleVaultTransfer: transfer to self {}", [event.transaction.hash.toHexString()])
15+
log.warning("handleVaultTransfer: transfer to self, ignoring {}", [event.transaction.hash.toHexString()])
1616
return
1717
}
1818

0 commit comments

Comments
 (0)